System.Windows.Forms.TreeNode: Constructor Members

The constructors of System.Windows.Forms.TreeNode are listed below. For a list of all members, see the TreeNode Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Constructors

Initializes a new instance of the System.Windows.Forms.TreeNode class.

Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text.

Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text and child tree nodes.

Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text and images to display when the tree node is in a selected and unselected state.

Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text, child tree nodes, and images to display when the tree node is in a selected and unselected state.

Protected Constructors

Initializes a new instance of the System.Windows.Forms.TreeNode class using the specified serialization information and context.