Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonBar Class / Tabs Property

In This Topic
    Tabs Property
    In This Topic
    Returns tabs of the ribbon bar
    Syntax
    public RibbonTab[] Tabs {get;}
    public:
    property array<RibbonTab^>^ Tabs {
       array<RibbonTab^>^ get();
    }
    See Also