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


RibbonGroupCollection Class Methods

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

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