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
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. |