The ExtendedTreeNode type exposes the following methods.

Methods

  NameDescription
AppendChild
Adds the specified node to the end of the list of child nodes, of this node
(Inherited from NodeBase.)
Clone (Overrides NodeBase..::.Clone()()().)
Collapse
Collapses the tree node.
(Inherited from NodeBase.)
CollapseAll
Collapsees all the child tree nodes.
(Inherited from NodeBase.)
EnsureVisible
Ensures that the tree node is visible, expanding tree nodes and scrolling the tree view control as necessary.
(Inherited from NodeBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Expand
Expands the tree node.
(Inherited from NodeBase.)
ExpandAll
Expands all the child tree nodes.
(Inherited from NodeBase.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetNodeCount
Returns the number of child tree nodes.
(Inherited from NodeBase.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InsertAfter
Inserts the specified node immediately after the specified reference node
(Inherited from NodeBase.)
InsertBefore
Inserts the specified node immediately before the specified reference node
(Inherited from NodeBase.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveDown
Moves the tree node to the lower position in the node collection.
(Inherited from NodeBase.)
MoveLeft
Decreases indent level of the tree node by one.
(Inherited from NodeBase.)
MoveRight
Increases indent level of the tree node by one.
(Inherited from NodeBase.)
MoveUp
Moves the tree node to the upper position in the node collection.
(Inherited from NodeBase.)
OnChanged
Raises the Changed event.
(Inherited from NodeBase.)
OnComputeBounds
Rises ComputeBounds event
(Inherited from NodeBase.)
OnPaint
Raises the Paint event.
(Inherited from NodeBase.)
OnResized
Raises the Resized event.
(Inherited from NodeBase.)
PrependChild
Adds the specified node to the beginning of the list of child nodes for this node
(Inherited from NodeBase.)
Remove
Removes the current tree node from the node collection.
(Inherited from NodeBase.)
ReplaceWith
Replace the current tree node with specified tree node.
(Inherited from NodeBase.)
Select
Selects the node
(Inherited from NodeBase.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also