ComponentOne Input for WinForms
Remove Method (ComboBoxItemList)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : Remove Method
The specified item.
Removes the first occurrence of a specified item from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As System.Object _
) 
public void Remove( 
   System.object value
)

Parameters

value
The specified item.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members