[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListSelectedItemCollection.Add

Add Method

Add(C1CheckListItem)

Adds an item to the C1CheckListSelectedItemCollection.

Declaration
public void Add(C1CheckListItem item)
Parameters
Type Name Description
C1CheckListItem item

The C1CheckListItem to add to the C1CheckListSelectedItemCollection.

Add(object)

Adds an item to the C1CheckListSelectedItemCollection.

Declaration
public int Add(object value)
Parameters
Type Name Description
object value

The C1CheckListItem to add to the C1CheckListSelectedItemCollection.

Returns
Type Description
int
Implements