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

In This Topic
    IsSplitButton Property
    In This Topic
    Default Command / Split Button
    Syntax
    public bool IsSplitButton {get; set;}
    public:
    property bool IsSplitButton {
       bool get();
       void set (    bool value);
    }
    Remarks
    A button that combines two behaviors : - Clicking the main part executes a primary action. - Clicking the arrow opens a dropdown menu with additional options
    See Also