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

In This Topic
    Commands Property (RibbonTab)
    In This Topic
    Returns all commands of a ribbon tab (as texts)
    Syntax
    public Dictionary<uint,string> Commands {get;}
    public:
    property Dictionary<uint,String^>^ Commands {
       Dictionary<uint,String^>^ get();
    }

    Property Value

    Commands of the ribbon tab in the form ID (key) and command text (value). Ignores dummy items.
    See Also