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

In This Topic
    RibbonCommandBase Class
    In This Topic
    Represents command of a ribbon bar
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.Gui.RibbonCommandBase
          Eplan.EplApi.Gui.RibbonCommand
          Eplan.EplApi.Gui.RibbonSubCommand

    Syntax
    public abstract class RibbonCommandBase 
    public ref class RibbonCommandBase abstract 
    Public Properties
     NameDescription
    Public PropertyReturns action name with parameters  
    Public PropertyReturns description of the command that is visible in a tooltip  
    Public PropertyReturns ID of the command  
    Public PropertyReturns whether a command is checked  
    Public PropertyReturns whether command is a custom (i.e made by user) or a build-in  
    Public PropertyReturns whether a command enabled  
    Public Property  
    Public PropertyReturns command text  
    Public PropertyReturns tooltip text  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of RibbonCommandBase object.  
    Public MethodRemoves command  
    Top
    See Also