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