Enum ButtonTypes
The types of buttons that the child button of the ButtonEdit class can be set to. The ButtonType specifies the image that is to be used for the button. Set the button to normal appearance if you want to use your own image.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ButtonTypes
Remarks
The ButtonType and Image property are only loosely enforced by the control and the designer. In the case where the ButtonType is set to one of these values other than ButtonTypes.Normal and the Image property of the ButtonEditChildButton is changed, the new image will be displayed and the ButtonType will still be the same (it will not be changed to normal as its displaying a new image).
The ButtonTypes are only provided for ease of use and do not in any way change the functionality of the buttons.
Fields
| Name | Description |
|---|---|
| Browse | Browse image is used. |
| Calculator | Calculator image is used. |
| Check | Check image is used. |
| ComboXPDown | Down image like in a Windows XP combo box. |
| Currency | Currency image is used. |
| Down | Down image is used. |
| Left | Left image is used. |
| LeftEnd | Left end image is used. |
| Normal | Normal button. The image can be set by the user. |
| Redo | Redo image is used. |
| Right | Right image is used. |
| RightEnd | Right end image is used. |
| Undo | Undo image is used. |
| Up | Up image is used. |