System.Object
Eplan.EplApi.Gui.Toolbar
System.Object
Eplan.EplApi.Gui.Toolbar
Name | Description | |
---|---|---|
Toolbar Constructor | Creates a new object. |
Name | Description | |
---|---|---|
AddButton | Overloaded. add a new button to the custom toolbar | |
CreateCustomToolbar | creates a user toolbar | |
Dispose | Destructor for deterministic finalization of Toolbar object. | |
ExistsToolbar | returns true when this toolbar exists | |
GetButtonAction | returns the action for a button in this toolbar. When this button has a persistent button id, the buton has no Action but simple the persistent id. When this is a button added by the customer, the action is not empty. | |
GetButtonToolTip | Returns the tooltip from the button | |
GetCountOfButtons | returns the count of elements of this toolbar. Toolbar can contain two kinds of elements: buttons and separators. | |
GetPersistentButtonId | returns the persistent command id for a button in this toolbar. The persistent id does not change from one start of P8 to the other. | |
RemoveButton | Remove a button or separator of the custom toolbar | |
RemoveCustomToolbar | Remove the complete custom toolbar | |
SetButtonToolTip | Sets the tooltip of the button. |