Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTab Class
Properties Methods Events


In This Topic
    RibbonTab Class Members
    In This Topic

    The following tables list the members exposed by RibbonTab.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or set whether it is allowed to click this tab.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or set whether the contents of this tab are enabled.  
    Public PropertyGets the collection of item groups on this tab.  
    Public PropertyGets the icon set.  
    Public PropertyGets or sets the small image (16 x 16) that appears on the tab.  
    Public PropertyGets a value indicating whether the RibbonTab has been disposed of.  
    Public PropertyGets or sets the KeyTip providing keyboard access to a ribbon tab.  
    Public PropertyGets or sets the unique name for this RibbonTab.  
    Public PropertyGets the owner of this tab.  
    Public PropertyGets the owner collection for this RibbonTab.  
    Public PropertyGets the C1Ribbon that this RibbonTab belongs to.  
    Public PropertyGets or sets whether this tab is currently selected. Only one tab can be selected at any time.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyUser-defined data associated with the RibbonTab.  
    Public PropertyGets or sets the text for this tab.  
    Public PropertyGets or sets the ToolTip string.  
    Public PropertyGets or sets whether this tab is visible.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Clean up any resources being used.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the Deselect event.  
    Protected MethodRaises the DoubleClick event.  
    Protected MethodRaises the MouseEnter event.  
    Protected MethodRaises the MouseLeave event.  
    Protected MethodRaises the Select event.  
    Protected MethodRestores the default value of the Text property.  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected MethodSpecifies whether to save the value of the Text property.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after a Ribbon tab is deselected.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when a Ribbon tab is double clicked.  
    Public EventOccurs when the mouse enters the tab header.  
    Public EventOccurs when the mouse leaves the tab header.  
    Public EventOccurs after a Ribbon tab is selected.  
    Top
    See Also