C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabCollection Class


RibbonTabCollection Class Methods

For a list of all members of this type, see RibbonTabCollection members.

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