System.Web.UI.WebControls.TreeNode: Constructor Members

The constructors of System.Web.UI.WebControls.TreeNode are listed below. For a list of all members, see the TreeNode Members list.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.TreeNode class without text or a value.

Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text.

Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text and value.

Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text, value, and image URL.

Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text, value, image URL, navigation URL, and target.

Protected Constructors

Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified owner.