System.Object
   Eplan.EplApi.Gui.RibbonCommandGroup
System.Object
   Eplan.EplApi.Gui.RibbonCommandGroup
| Name | Description | |
|---|---|---|
![]()  | Commands | Returns commands of the command group | 
![]()  | IsCustom | Returns whether command group is a custom (i.e made by user) or a build-in | 
![]()  | Name | Returns name of the command group | 
![]()  | Parent | Returns ribbon tab that the command group belongs to | 
| Name | Description | |
|---|---|---|
![]()  | AddCommand | Overloaded. Adds new command to the command group | 
![]()  | AddCommandWithId | Adds new command to the command group with commandID | 
![]()  | Dispose | Destructor for deterministic finalization of RibbonCommandGroup object. | 
![]()  | GetCommand | Gets a command by a command line | 
![]()  | GetCommands | Returns commands of the command group | 
![]()  | GetCommandWithId | Gets a Command by a Command Id | 
![]()  | Remove | Removes command group |