TdxBarCustomButton.ButtonStyle Property
In This Article
Determines the way the button appears on screen and specifies the button’s behavior.
#Declaration
Delphi
property ButtonStyle: TdxBarButtonStyle read; write; default bsDefault;
#Property Value
Type | Default |
---|---|
Tdx |
bs |
#Remarks
Options include:
Value | Description |
---|---|
bs |
A standard button. |
bs |
A toggle button. If clicked in menus, it appears with a check mark. |
bs |
A dropdown button (a button with a dropdown menu). |
bs |
A toggle button with a dropdown menu. If clicked in menus, it appears with a check mark. |
To change the appearance of toggle buttons or display a check mark on them, use the Down property.
The default value of the ButtonStyle property is bsDefault.
See Also