ComponentOne Input for WinForms
Remove Method (DropDownItemCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DropDownItemCollection Class : Remove Method
The item to remove from the collection.
Removes the specified item from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As DropDownItem _
) 
public void Remove( 
   DropDownItem value
)

Parameters

value
The item to remove from the collection.
See Also

Reference

DropDownItemCollection Class
DropDownItemCollection Members