API Help
Eplan.EplApi.Gui Namespace / Toolbar Class
Methods

Toolbar Class Members

The following tables list the members exposed by Toolbar.

Public Constructors
 NameDescription
Public ConstructorCreates a new object.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. add a new button to the custom toolbar  
Public Methodcreates a user toolbar  
Public MethodDestructor for deterministic finalization of Toolbar object.  
Public Methodreturns true when this toolbar exists  
Public Methodreturns 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.  
Public MethodReturns the tooltip from the button  
Public Methodreturns the count of elements of this toolbar. Toolbar can contain two kinds of elements: buttons and separators.  
Public Methodreturns the persistent command id for a button in this toolbar. The persistent id does not change from one start of P8 to the other.  
Public MethodRemove a button or separator of the custom toolbar  
Public MethodRemove the complete custom toolbar  
Public MethodSets the tooltip of the button.  
Top
See Also