System.Object
   Eplan.EplApi.Gui.RibbonTab
System.Object
   Eplan.EplApi.Gui.RibbonTab
| Name | Description | |
|---|---|---|
![]()  | CommandGroups | Returns all command groups a ribbon tab | 
![]()  | Commands | Returns all commands of a ribbon tab (as texts) | 
![]()  | DisplayName | Returns displayed name of a ribbon tab | 
![]()  | Identifier | Returns tab identifier (as enum or internal id) | 
![]()  | IsCustom | Returns whether ribbon tab is a custom (i.e made by user) or a build-in | 
![]()  | IsVisible | Returns whether ribbon tab is visible | 
![]()  | Name | Returns name of a ribbon tab | 
| Name | Description | |
|---|---|---|
![]()  | AddCommandGroup | Overloaded. Adds new command group to existing ribbon tab | 
![]()  | Dispose | Destructor for deterministic finalization of RibbonTab object. | 
![]()  | GetCommandGroup | Overloaded. Gets command group by its name | 
![]()  | GetCommands | Returns commands of a ribbon tab | 
![]()  | Remove | Removes ribbon tab |