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

In This Topic
    RibbonSubCommand Class
    In This Topic
    Represents sub-command of a ribbon command
    Inheritance Hierarchy

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

    Syntax
    public class RibbonSubCommand : RibbonCommandBase 
    public ref class RibbonSubCommand : 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 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 PropertyReturns whether a command enabled (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public PropertyGets information whether a sub-command is valid  
    Public PropertyReturns the dropdown root of the sub-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 MethodDestructor for deterministic finalization of RibbonSubCommand object. (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Public MethodRemoves command (Inherited from Eplan.EplApi.Gui.RibbonCommandBase)
    Top
    See Also