Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / ToolStripOverflowItemsCollection Class / RemoveAt Method

In This Topic
    RemoveAt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    See Also