[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.Add

Add Method

Add(C1CheckListItem)

Adds an item to the C1CheckListItemCollection.

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

The C1CheckListItem to add to the C1CheckListItemCollection.

Add(object)

Adds an item to the C1CheckListItemCollection.

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

The C1CheckListItem to add to the C1CheckListItemCollection.

Returns
Type Description
int
Implements