Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommand Class
Properties Methods

In This Topic
    RibbonCommand Class Members
    In This Topic

    The following tables list the members exposed by RibbonCommand.

    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