| |
Property name |
Brief description |
|
Action |
The Action property determines the ActionItem action associated with the button of the ToolBar toolbar. |
|
AdditionalShortCuts |
The AdditionalShortCuts property returns collection of additional combinations of hot keys that are connected with this this button of the toolbar. |
|
BeginGroup |
The BeginGroup property allows to separate the groups of component on the toolbar visually by the vertical line. |
|
DisplayText |
The DisplayText property indicates whether the button text is displayed to the right of the button icon on the toolbar. |
|
Down |
The Down property determines in which state the button is. |
|
Enabled |
The Enabled property determines whether a component is available for user. |
|
Hint |
The Hint property determines text of the tooltip that is displayed when the cursor points at the button in the toolbar. |
|
ImageIndex |
The ImageIndex property determines the image index. |
|
MenuMode |
The MenuMode property determines whether the context menu is called on pressing the button. |
|
PopupMenu |
The PopupMenu property determines the context menu that is connected with the current button of the toolbar. |
|
ShortCut |
The ShortCut property determines combination of hot keys for the quick selection of menu item. |
|
Text |
The Text property determines the button name in the toolbar. |
|
Toolbar |
The Toolbar property returns the parent object. |
|
Visible |
The Visible property determines whether a button is displayed on the toolbar during form execution. |