IToolbarButton
What it does
Represents a toolbar button.
Properties
Name | Type | Access | Description |
---|---|---|---|
Command | TCommandID | Read-only |
The command identifier. The returned value cannot be CI_SubMenu. If there is no identifier for a command among TCommandID values, CI_Undefined is returned |
Enable | bool | Read/write |
Specifies whether to enable toolbar buttons:
|
Text | string | Read/write | The text on the toolbar button |
Visible | bool | Read/write | Specifies whether a toolbar button or a separator is visible |
4/12/2024 6:16:02 PM