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;}

Property Value

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