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


RibbonTabGroupCollection Class Methods

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

Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified RibbonContextualTabGroup to the collection.  
Public Method (Inherited from System.Collections.CollectionBase)
Public MethodRemoves all tab groups from the collection, then disposes the groups.  
Public MethodOverloaded. Determines whether the collection contains a RibbonContextualTabGroup with the given name.  
Public MethodOverloaded. Gets the index of the RibbonContextualTabGroup with the given name.  
Public MethodInserts a RibbonContextualTabGroup to the RibbonTabGroupCollection at the specified index.  
Public MethodRemoves the first occurence of the specified RibbonContextualTabGroup from the RibbonTabGroupCollection.  
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 RibbonTabGroupCollection instance.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. Performs additional custom processes after inserting a RibbonContextualTabGroup into the RibbonTabGroupCollection instance.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. Performs additional custom processes after removing a RibbonContextualTabGroup from the RibbonTabGroupCollection instance.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. Performs additional custom processes after setting a RibbonContextualTabGroup in the RibbonTabGroupCollection instance.  
Protected MethodOverridden. Checks that the value is a RibbonContextualTabGroup.  
Top
See Also