Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonRegistrationActionCommand Class / RibbonCommand Property

In This Topic
    RibbonCommand Property
    In This Topic
    Syntax
    public Action<RibbonBar> RibbonCommand {get; set;}
    public:
    property Action<RibbonBar^>^ RibbonCommand {
       Action<RibbonBar^>^ get();
       void set (    Action<RibbonBar^>^ value);
    }
    See Also