TreeNode Constructor

Initializes a new instance of the TreeNode class.

Name Description
TreeNode () Initializes a new instance of the TreeNode class without text or a value.
TreeNode (String) Initializes a new instance of the TreeNode class using the specified text.
TreeNode (String, String) Initializes a new instance of the TreeNode class using the specified text and value.
TreeNode (TreeView, Boolean) Initializes a new instance of the TreeNode class using the specified owner.
TreeNode (String, String, String) Initializes a new instance of the TreeNode class using the specified text, value, and image URL.
TreeNode (String, String, String, String, String) Initializes a new instance of the TreeNode class using the specified text, value, image URL, navigation URL, and target.

Community Additions

ADD
Show: