[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeNodeCollection.Add

Add Method

Add(C1TreeNode)

Adds an item to the C1TreeNodeCollection.

Declaration
public void Add(C1TreeNode treeNode)
Parameters
Type Name Description
C1TreeNode treeNode

The C1TreeNode to add to the C1TreeNodeCollection.

Add(object)

Adds the new tree node with specified value to the collection.

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

The value of new C1TreeNode which to add to the C1TreeNodeCollection.

Returns
Type Description
C1TreeNode

The C1TreeNode that is added to the collection.