[]
        
(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)
Public Function Remove(item As C1CheckListItem) As Boolean
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)
Public Sub Remove(value As Object)
Parameters
Type Name Description
object value

The specified item.

Implements