Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonTab Class / CommandGroups Property

In This Topic
    CommandGroups Property
    In This Topic
    Returns all command groups a ribbon tab
    Syntax
    public RibbonCommandGroup[] CommandGroups {get;}
    public:
    property array<RibbonCommandGroup^>^ CommandGroups {
       array<RibbonCommandGroup^>^ get();
    }
    See Also