Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonTab Class / AddCommandGroup Method / AddCommandGroup(String) Method
Name of the new command group

In This Topic
    AddCommandGroup(String) Method
    In This Topic
    Adds new command group to existing ribbon tab
    Syntax
    public RibbonCommandGroup AddCommandGroup( 
       string name
    )
    public:
    RibbonCommandGroup^ AddCommandGroup( 
       String^ name
    ) 

    Parameters

    name
    Name of the new command group

    Return Value

    Created command group or null if it wasn't possible
    See Also