Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemCollection Class / RemoveAt Method
The zero-based index of the element to remove.

In This Topic
    RemoveAt Method (RadialMenuItemCollection)
    In This Topic
    Removes the element at the specified index of the RadialMenuItemCollection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    See Also