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

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

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

    Syntax
    public class RibbonCommand : RibbonCommandBase 
    public ref class RibbonCommand : public RibbonCommandBase 
    Public Properties
     NameDescription
    Public PropertyReturns action name with parameters (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyReturns description of the command that is visible in a tooltip (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyReturns ID of the command (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyReturns index of a command in command group  
    Public PropertyReturns whether a command is checked (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyReturns whether command is a custom (i.e made by user) or a build-in (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyDetermines whether a command is dropdown root  
    Public PropertyReturns whether a command enabled (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyReturns command group that the command belongs to  
    Public PropertyReturns sub-commands of a current command  
    Public Property (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyReturns command text (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyReturns tooltip text (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a new sub-command to an existing command.  
    Public MethodDestructor for deterministic finalization of RibbonCommandBase object. (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public MethodRemoves command (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Top
    See Also