Object
TreeViewNode
TreeViewNode | A constructor that takes a text. |
TreeViewNode | A constructor that takes a text and a image. |
TreeViewNode | A constructor that takes a text, image and true or false depending on if the node should have expander or not. |
FontBold | Set this property to true to let the node text be drawn bold faced. |
FontItalic | Set this property to true to let the node text be drawn italic faced. |
FontUnderline | Set this property to true to let the node text be drawn with text underline style. |
HasExpander | Use this property to force a node to have a expander even if it has no child nodes. |
Image | Sets or gets the node image. |
ItemData | A property to store custom data on the node. |
Text | Sets or gets the text of a node. |
TextColor | Sets the text color of a node. |
AddSubItem | Adds text to additional columns of the node. |
AppendNode | Appends a child node to the current node. |
Depth | Returns the depth of the node in the tree. |
Expanded | Returns true if the node is expanded. |
Index | Returns the Screen Index of the node. |
ItemText | Sets or gets the text for a specific column. |
Node | Returns a child node at a given index. |
NodeCount | Returns the count of child nodes. |
RemoveChild | Removes a child node. |
RemoveChildAt | Removes a child node at a index that is relative to the parent node. |
Selected | Returns true if the node is currently selected. |
SetExpanded | Expands or collapses the node. |
Swap | Swaps child nodes of the given node instance. |