[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.Remove

Remove Method

Remove(C1CheckListItem)

Removes the first occurrence of a specified item from the collection.

Declaration
public bool Remove(C1CheckListItem item)
Parameters
Type Name Description
C1CheckListItem item

The specified item.

Returns
Type Description
bool

Remove(object)

Removes the first occurrence of a specified item from the collection.

Declaration
public void Remove(object value)
Parameters
Type Name Description
object value

The specified item.

Implements