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.RibbonCommand

    Syntax
    public class RibbonCommand 
    public ref class RibbonCommand 
    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 PropertyReturns command group that the command belongs to  
    Public Property  
    Public PropertyReturns command text  
    Public PropertyReturns tooltip text  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of RibbonCommand object.  
    Public MethodRemoves command  
    Top
    See Also