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

In This Topic
    ButtonText Property
    In This Topic
    Property to get or set button text.
    Syntax
    public string ButtonText {get; set;}
    public:
    property String^ ButtonText {
       String^ get();
       void set (    String^ value);
    }
    See Also