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


In This Topic
    RibbonItemCollectionBase Class Members
    In This Topic

    The following tables list the members exposed by RibbonItemCollectionBase.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified RibbonItem to the collection.  
    Public MethodMaintains performance while items are being added or removed from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodRemoves all items from the collection, then disposes the items.  
    Public MethodOverloaded. Determines whether the collection contains a RibbonItem with the given name.  
    Public MethodResumes processing after it has been suspended by a call to BeginUpdate.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines the index of a specific RibbonItem in the collection.  
    Public MethodInserts the specified RibbonItem into this collection at the given index.  
    Public MethodRemoves the first occurrence of the specified RibbonItem from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance.  
    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