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

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