BackColor | 
Gets or sets the background color of the tree node. | 
 
 Bounds | 
Gets the bounds of the tree node. | 
 
 CheckBox | 
Gets or sets a value indicating whether a check box is displayed next to the tree node. | 
 
 Checked | 
Gets or sets a value indicating whether the tree node is checked. | 
 
 CheckState | 
Gets or sets a value indicating the check state of the tree node. | 
 
 Container (inherited from Component) | 
Gets the IContainer that contains the Component. | 
 
 DragAppearance | 
Gets or sets the visual appearance of a tree node that is involved in drag-and-drop operation. | 
 
 Editor | 
Gets or sets the label editor. | 
 
 EditorDraw | 
Gets or sets a value indicating whether the label editor always should draw the label. | 
 
 Enabled | 
Gets or sets a value indicating whether a tree node is enabled. | 
 
 FirstChildNode | 
Gets the first child tree node in the tree node collection. | 
 
 ForeColor | 
Gets or sets the foreground color of the tree node. | 
 
 FullPath | 
Gets the path from the root tree node to the current tree node. | 
 
 HasBeenExpanded | 
Gets a value indicating whether the tree node has been expanded. | 
 
 ImageIndex | 
Gets or sets the image list index value of the image displayed when the tree node is in the unselected state. | 
 
 ImageList | 
Gets the image list. | 
 
 Index | 
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 | 
Gets a value indicating whether the tree node is in the expanded state. | 
 
 IsVisible | 
Gets a value indicating whether the tree node is visible. | 
 
 LastChildNode | 
Gets the last child tree node in the tree node collection. | 
 
 Level | 
Gets a value indicating the level of the tree node in the tree hierarchy. | 
 
 Modified | 
Gets or sets a value that indicates that the tree node has been modified by the user since the state was cleared. | 
 
 NextExpandedNode | 
Gets the next tree node in the expanded tree hierarchy, that can be a child, sibling, or a tree node from another branch. | 
 
 NextNode | 
Gets the next tree node in the tree hierarchy, that can be a child, sibling, or a tree node from another branch. | 
 
 NextSiblingNode | 
Gets the next sibling tree node. | 
 
 NextVisibleNode | 
Gets the next visible tree node in the expanded tree hierarchy, that can be a child, sibling, or a tree node from another branch. | 
 
 NodeFont | 
Gets or sets the font used to display the text on the tree node's label. | 
 
 Nodes | 
Gets the collection of TreeNode objects assigned to the current tree node. | 
 
 Parent | 
Gets the parent tree node of the current tree node. | 
 
 PrevExpandedNode | 
Gets the previous tree node in the expanded tree hierarchy, that can be a sibling, or a tree node from another branch. | 
 
 PrevNode | 
Gets the previous tree node in the tree hierarchy, that can be a sibling, or a tree node from another branch. | 
 
 PrevSiblingNode | 
Gets the previous sibling tree node. | 
 
 PrevVisibleNode | 
Gets the previous visible tree node in the expanded tree hierarchy, that can be a sibling, or a tree node from another branch. | 
 
 Selected | 
Gets or sets a value indicating whether the tree node is in the selected state. | 
 
 SelectedImageIndex | 
Gets or sets the image list index value of the image that is displayed when the tree node is in the selected state. | 
 
 ShowImage | 
Gets or sets a value indicating whether the image should be visible. | 
 
 ShowPlusMinusInitially | 
Gets or sets a value indicating whether the plus-sign button always should be displayed before the 
            tree node has been expanded. | 
 
 Site (inherited from Component) | 
Gets or sets the ISite of the Component. | 
 
 Tag | 
Gets or sets the object that contains data about the tree node. | 
 
 Text | 
Gets or sets the text displayed in the label of the tree node. | 
 
 ToolTipText | 
Gets or sets the text of a tool tip that describes the tree node. | 
 
 ToolTipTitle | 
Gets or sets the title of a tool tip that describes the tree node. | 
 
 TreeView | 
Gets the parent tree view that the tree node is assigned to. | 
 
 Value | 
Gets or sets an object that contains data about the tree node. |