ComponentOne FlexPivot for WinForms
Remove(C1CheckListItem) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListSelectedItemCollection Class > Remove Method : Remove(C1CheckListItem) Method
The specified item.
Removes the first occurrence of a specified item from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal item As C1CheckListItem _
) As System.Boolean
public System.bool Remove( 
   C1CheckListItem item
)

Parameters

item
The specified item.
See Also

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members
Overload List