TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / C1TreeNode Constructor / C1TreeNode Constructor(Object)
The value of the new tree node.

In This Topic
    C1TreeNode Constructor(Object)
    In This Topic
    Initializes a new instance of the C1TreeNode class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Object _
    )
    public C1TreeNode( 
       object value
    )

    Parameters

    value
    The value of the new tree node.
    See Also