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

In This Topic
    RibbonCommandGroup Class
    In This Topic
    Represents command group of the ribbon bar
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.Gui.RibbonCommandGroup

    Syntax
    public class RibbonCommandGroup 
    public ref 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 MethodDestructor for deterministic finalization of RibbonCommandGroup object.  
    Public MethodGets a command by a command line  
    Public MethodReturns commands of the command group  
    Public MethodRemoves command group  
    Top
    See Also