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

In This Topic
    IndexButtonPosition Property
    In This Topic
    Property to get or set the position index of the button. Optional parameter.
    Syntax
    public int IndexButtonPosition {get; set;}
    public:
    property int IndexButtonPosition {
       int get();
       void set (    int value);
    }
    See Also