Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGroupCollection Class
Properties Methods


In This Topic
    RibbonGroupCollection Class Members
    In This Topic

    The following tables list the members exposed by RibbonGroupCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets or sets the RibbonGroup 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 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 Method (Inherited from System.Collections.CollectionBase)
    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