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

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