TdxBarCustomButton.ButtonStyle Property
Determines the way the button appears on screen and specifies the button’s behavior.
Declaration
property ButtonStyle: TdxBarButtonStyle read; write; default bsDefault;
Property Value
| Type | Default |
|---|---|
| TdxBarButtonStyle | bsDefault |
Remarks
Options include:
| Value | Description |
|---|---|
| bsDefault | A standard button. |
| bsChecked | A toggle button. If clicked in menus, it appears with a check mark. |
| bsDropDown | A dropdown button (a button with a dropdown menu). |
| bsCheckedDropDown | 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