Skip to main content
A newer version of this page is available. .

TcxCustomEditButton.Kind Property

Specifies the button type.

Declaration

property Kind: TcxEditButtonKind read; write; default bkDown;

Property Value

Type Default
TcxEditButtonKind bkDown

Remarks

Use the Kind property to identify button type. It defines the image displayed on a button’s surface. You can display your custom image on a button by assigning bkGlyph to Kind and setting the image via the Glyph property.

The default value of the Kind property is bkDown.

See Also