Class 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.
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class ButtonTypes : Enum
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
Browse
Browse image is used.
Declaration
public const ButtonTypes Browse
Field Value
| Type |
|---|
| ButtonTypes |
Calculator
Calculator image is used.
Declaration
public const ButtonTypes Calculator
Field Value
| Type |
|---|
| ButtonTypes |
Check
Check image is used.
Declaration
public const ButtonTypes Check
Field Value
| Type |
|---|
| ButtonTypes |
ComboXPDown
Down image like in a Windows XP combo box.
Declaration
public const ButtonTypes ComboXPDown
Field Value
| Type |
|---|
| ButtonTypes |
Currency
Currency image is used.
Declaration
public const ButtonTypes Currency
Field Value
| Type |
|---|
| ButtonTypes |
Down
Down image is used.
Declaration
public const ButtonTypes Down
Field Value
| Type |
|---|
| ButtonTypes |
Left
Left image is used.
Declaration
public const ButtonTypes Left
Field Value
| Type |
|---|
| ButtonTypes |
LeftEnd
Left end image is used.
Declaration
public const ButtonTypes LeftEnd
Field Value
| Type |
|---|
| ButtonTypes |
Normal
Normal button. The image can be set by the user.
Declaration
public const ButtonTypes Normal
Field Value
| Type |
|---|
| ButtonTypes |
Redo
Redo image is used.
Declaration
public const ButtonTypes Redo
Field Value
| Type |
|---|
| ButtonTypes |
Right
Right image is used.
Declaration
public const ButtonTypes Right
Field Value
| Type |
|---|
| ButtonTypes |
RightEnd
Right end image is used.
Declaration
public const ButtonTypes RightEnd
Field Value
| Type |
|---|
| ButtonTypes |
Undo
Undo image is used.
Declaration
public const ButtonTypes Undo
Field Value
| Type |
|---|
| ButtonTypes |
Up
Up image is used.
Declaration
public const ButtonTypes Up
Field Value
| Type |
|---|
| ButtonTypes |