Ribbon for WinForms | ComponentOne
C1.Framework Namespace / IconSet Class / RemoveItem Method
The index of the element to remove.

In This Topic
    RemoveItem Method (IconSet)
    In This Topic
    Removes the element at the specified index of the KeyedCollection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    The index of the element to remove.
    See Also