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

RibbonTab Class
Represents ribbon tab of the ribbon bar
Inheritance Hierarchy

System.Object
   Eplan.EplApi.Gui.RibbonTab

Syntax
public class RibbonTab 
Public Properties
 NameDescription
Public PropertyReturns all command groups a ribbon tab  
Public PropertyReturns all commands of a ribbon tab (as texts)  
Public PropertyReturns displayed name of a ribbon tab  
Public PropertyReturns tab identifier (as enum or internal id)  
Public PropertyReturns whether ribbon tab is a custom (i.e made by user) or a build-in  
Public PropertyReturns whether ribbon tab is visible  
Public PropertyReturns name of a ribbon tab  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds new command group to existing ribbon tab  
Public MethodDestructor for deterministic finalization of RibbonTab object.  
Public MethodOverloaded. Gets command group by its name  
Public MethodReturns commands of a ribbon tab  
Public MethodRemoves ribbon tab  
Top
See Also