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

In This Topic
    MultiLangTooltip Property
    In This Topic
    Property to get or set tooltip of the button, multilanguage. If set it is used instead of normal text tooltip. Optional parameter.
    Syntax
    public MultiLangString MultiLangTooltip {get; set;}
    public:
    property MultiLangString^ MultiLangTooltip {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also