ComponentOne FlexPivot for WinForms
Remove(Object) Method

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

Parameters

value
The specified item.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List