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

In This Topic
    Description Property (RibbonCommand)
    In This Topic
    Returns description of the command that is visible in a tooltip
    Syntax
    public string Description {get; set;}
    public:
    property String^ Description {
       String^ get();
       void set (    String^ value);
    }
    See Also