TreeNode Properties
.NET Framework 1.1
The properties of the TreeNode class are listed here. For a complete list of TreeNode class members, see the TreeNode Members topic.
Public Properties
BackColor | Gets or sets the background color of the tree node. |
Bounds | Gets the bounds of the tree node. |
Checked Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the tree node is in a checked state. |
FirstNode | Gets the first child tree node in the tree node collection. |
ForeColor | Gets or sets the foreground color of the tree node. |
FullPath Supported by the .NET Compact Framework. | Gets the path from the root tree node to the current tree node. |
Handle | Gets the handle of the tree node. |
ImageIndex Supported by the .NET Compact Framework. | Gets or sets the image list index value of the image displayed when the tree node is in the unselected state. |
Index Supported by the .NET Compact Framework. | Gets the position of the tree node in the tree node collection. |
IsEditing | Gets a value indicating whether the tree node is in an editable state. |
IsExpanded Supported by the .NET Compact Framework. | Gets a value indicating whether the tree node is in the expanded state. |
IsSelected Supported by the .NET Compact Framework. | Gets a value indicating whether the tree node is in the selected state. |
IsVisible | Gets a value indicating whether the tree node is visible. |
LastNode | Gets the last child tree node. |
NextNode | Gets the next sibling tree node. |
NextVisibleNode | Gets the next visible tree node. |
NodeFont | Gets or sets the font used to display the text on the tree node's label. |
Nodes Supported by the .NET Compact Framework. | Gets the collection of TreeNode objects assigned to the current tree node. |
Parent Supported by the .NET Compact Framework. | Gets the parent tree node of the current tree node. |
PrevNode | Gets the previous sibling tree node. |
PrevVisibleNode | Gets the previous visible tree node. |
SelectedImageIndex Supported by the .NET Compact Framework. | Gets or sets the image list index value of the image that is displayed when the tree node is in the selected state. |
Tag Supported by the .NET Compact Framework. | Gets or sets the object that contains data about the tree node. |
Text Supported by the .NET Compact Framework. | Gets or sets the text displayed in the label of the tree node. |
TreeView Supported by the .NET Compact Framework. | Gets the parent tree view that the tree node is assigned to. |
