Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / RemoveAtValue Method
The item with specified value.

In This Topic
    RemoveAtValue Method
    In This Topic
    Removes the first occurrence of a specified value from the collection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAtValue( _
       ByVal value As Object _
    ) 
    public void RemoveAtValue( 
       object value
    )

    Parameters

    value
    The item with specified value.
    See Also