ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabCollection Class
Properties Methods


In This Topic
    RibbonTabCollection Class Members
    In This Topic

    The following tables list the members exposed by RibbonTabCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets or sets the RibbonTab at the specified position in the collection.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified RibbonTab to the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodRemoves all tabs from the collection, then disposes the tabs.  
    Public MethodOverloaded. Determines whether the collection contains a RibbonTab with the given name.  
    Public MethodOverloaded. Gets the index of the RibbonTab with the given name.  
    Public MethodInserts a RibbonTab to the RibbonTabCollection at the specified index.  
    Public MethodRemoves the first occurence of the specified RibbonTab from the RibbonTabCollection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the RibbonTabCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after inserting a RibbonTab into the RibbonTabCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after removing a RibbonTab from the RibbonTabCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after setting a RibbonTab in the RibbonTabCollection instance.  
    Protected MethodOverridden. Checks that the value is a RibbonTab.  
    Top
    See Also