Click or drag to resize
KaxTreeNode Methods

The KaxTreeNode type exposes the following members.

Methods
  Name Description
Public method CheckChildNodes
Checks all child nodes of the current node.
Public method Clone
Creates a copy of the current KaxTreeNode object.
Public method CollapseChildNodes
Collapses recursively all child nodes of the node.
Public method CollapseParentNodes
Expands all parent nodes of the node.
Public method ExpandChildNodes
Expands all child nodes of the node.
Public method ExpandParentNodes
Expands all parent nodes of the node.
Public method GetAllNodes
Gets a linear list of all nodes in the KaxTreeNode.
Public method GetFullPath
Returns the full path (location) of the node delimited by the specified character.
Public method InsertAfter
Inserts a node after the current node.
Public method InsertBefore
Inserts a node before the current node.
Public method IsAncestorOf
Checks if the current node is ancestor of another node.
Public method IsDescendantOf
Checks if the current node is descendant of another node node.
Public method Code example Remove
Removes the node from the Nodes collection of its parent
Public method Toggle
Toggles Expand/Collapse state of the node.
Public method UncheckChildNodes
Unchecks all child nodes of the current node.
Top
See Also