Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Method (Inherited from System.Collections.CollectionBase)
    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 System.Collections.CollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance.  
    Protected MethodOverridden. Performs additional custom processes when validating a value.  
    Top
    See Also