The TreeviewNode type exposes the following members.

Constructors

  NameDescription
Public methodTreeviewNode(String)
Initializes a new instance of the TreeviewNode class
Public methodTreeviewNode(String, Object)
Initializes a new instance of the TreeviewNode class

Methods

  NameDescription
Public methodAddNode
Adds a subnode
Public methodClearNodes
Removes all subnodes
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveNode
Removes a specific subnode
Public methodRemoveNodeAt
Removes a subnode from a specific point in the array
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyContainer
Gets containing treeview
Public propertyExpanded
Gets/Sets expanded state
Public propertyLength
Gets number of subnodes
Public propertyNodes
Public propertyParent
Gets containing treeviewnode
Public propertySelected
Gets selected state
Public propertyTag
Gets/Sets tag
Public propertyText
Gets/Sets text

See Also