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

In This Topic
    Description Property (RibbonCommandInfo)
    In This Topic
    Property to get or set description of the button. Optional parameter.
    Syntax
    public string Description {get; set;}
    public:
    property String^ Description {
       String^ get();
       void set (    String^ value);
    }
    See Also