Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandInfo Class / IsDropdownRoot Property

In This Topic
    IsDropdownRoot Property (RibbonCommandInfo)
    In This Topic
    Determines whether a command will be dropdown root
    Syntax
    public bool IsDropdownRoot {get; set;}
    public:
    property bool IsDropdownRoot {
       bool get();
       void set (    bool value);
    }
    See Also