ComponentOne TreeView for WinForms
Add(C1TreeNode) Method

C1.Win.TreeView Namespace > C1TreeNodeCollection Class > Add Method : Add(C1TreeNode) Method
The C1TreeNode to add to the C1TreeNodeCollection.
Adds an item to the C1TreeNodeCollection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal treeNode As C1TreeNode _
) 
public void Add( 
   C1TreeNode treeNode
)

Parameters

treeNode
The C1TreeNode to add to the C1TreeNodeCollection.
See Also

Reference

C1TreeNodeCollection Class
C1TreeNodeCollection Members
Overload List