The ExtendedTreeNode type exposes the following members.

Constructors

  NameDescription
ExtendedTreeNodeOverloaded.

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.)

Properties

  NameDescription
Bounds
Gets or sets the bounds of the node
(Inherited from NodeBase.)
Checked
Expanded
Gets or sets a value that indicates whether the node is expanded.
(Inherited from NodeBase.)
FirstChildNode
Gets the first child tree node in the tree node collection.
(Inherited from NodeBase.)
FirstSiblingNode
Gets the first sibling tree node.
(Inherited from NodeBase.)
ForeColor
FullPath
Gets the path from the root tree node to the current tree node.
(Inherited from NodeBase.)
Index (Inherited from NodeBase.)
Label
Node label is a part of NodeBase..::.FullPath of the current node.
(Inherited from NodeBase.)
LastChildNode
Gets the last child tree node in the tree node collection.
(Inherited from NodeBase.)
LastSiblingNode
Gets the last sibling tree node.
(Inherited from NodeBase.)
Level
Gets the zero-based depth of the tree node in the ExtendedTreeView control.
(Inherited from NodeBase.)
Name
Gets or sets the name of the tree node.
(Inherited from NodeBase.)
NextNode
Gets the next sibling or child tree node.
(Inherited from NodeBase.)
NextSiblingNode
Gets the next sibling tree node.
(Inherited from NodeBase.)
NextVisibleNode
Gets the next visible tree node.
(Inherited from NodeBase.)
NodeFont
Nodes
Gets the collection of tree nodes assigned to the current tree node.
(Inherited from NodeBase.)
NormalTable
Table content for normal node
(Inherited from NodeBase.)
Objects
Gets the collection of tree objects assigned to the current tree node.
(Inherited from NodeBase.)
Parent
Gets the parent tree node of the current tree node.
(Inherited from NodeBase.)
PrevNode
Gets the previous sibling or child tree node.
(Inherited from NodeBase.)
PrevSiblingNode
Gets the previous sibling tree node.
(Inherited from NodeBase.)
PrevVisibleNode
Gets the previous visible tree node.
(Inherited from NodeBase.)
Selected
Gets a value that indicates whether the node is selected.
(Inherited from NodeBase.)
SelectedForeColor
SelectedTable
Table content for selected node
(Inherited from NodeBase.)
Tag
Gets or sets the object that contains data about the item.
(Inherited from NodeBase.)
Text
Tree
Gets the parent tree view that the tree node is assigned to.
(Inherited from NodeBase.)
Visible
Gets or sets a value that indicates whether the node is visible.
(Inherited from NodeBase.)

Events

  NameDescription
Changed
Occurs when the node is changed.
(Inherited from NodeBase.)
ComputeBounds
Occurs when compute the bounds of the node object
(Inherited from NodeBase.)
Paint
Occurs when the node is redrawn.
(Inherited from NodeBase.)
Resized
Occurs when the node is resized.
(Inherited from NodeBase.)

See Also