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

In This Topic
    Icon Property
    In This Topic
    Property to get or set the icon of the button. Optional parameter.
    Syntax
    public RibbonIcon Icon {get; set;}
    public:
    property RibbonIcon^ Icon {
       RibbonIcon^ get();
       void set (    RibbonIcon^ value);
    }
    See Also