Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandInfo Class
Members

In This Topic
    RibbonCommandInfo Class
    In This Topic
    Represents ribbon command info object for instantiation process of the ribbon commands. This object can be customized after creation.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.Gui.RibbonCommandInfo

    Syntax
    public class RibbonCommandInfo 
    public ref class RibbonCommandInfo 
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyProperty to get or set action command line.  
    Public PropertyProperty to get or set button text.  
    Public PropertyProperty to get or set description of the button. Optional parameter.  
    Public PropertyProperty to get or set button text, multilanguage. If set it is used instead of normal button text. Optional parameter.  
    Public PropertyProperty to get or set description of the button, multilanguage. If set it is used instead of normal text description. Optional parameter.  
    Public PropertyProperty to get or set tooltip of the button, multilanguage. If set it is used instead of normal text tooltip. Optional parameter.  
    Public PropertyProperty to get or set tooltip of the button. Optional parameter.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of RibbonCommandInfo object.  
    Top
    See Also