Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandGroup Class
Members

RibbonCommandGroup Class
Represents command group of the ribbon bar
Inheritance Hierarchy

System.Object
   Eplan.EplApi.Gui.RibbonCommandGroup

Syntax
public class RibbonCommandGroup 
Public Properties
 NameDescription
Public PropertyReturns commands of the command group  
Public PropertyReturns whether command group is a custom (i.e made by user) or a build-in  
Public PropertyReturns name of the command group  
Public PropertyReturns ribbon tab that the command group belongs to  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds new command to the command group  
Public MethodAdds new command to the command group with commandID  
Public MethodDestructor for deterministic finalization of RibbonCommandGroup object.  
Public MethodGets a command by a command line  
Public MethodReturns commands of the command group  
Public MethodGets a Command by a Command Id  
Public MethodRemoves command group  
Top
See Also