BackColor (inherited from TreeNode) |
The background color of this node. If null, the color used will be the default color from the TreeView control that this node is attached to |
Bounds (inherited from TreeNode) |
The bounding rectangle for the node. The coordinates are relative to the upper left corner of the TreeView control. |
Checked (inherited from TreeNode) |
Indicates whether the node's checkbox is checked. |
Extension (inherited from TreeNode) |
Retrieves a filename extension to save this object's persistance data with. |
FirstNode (inherited from TreeNode) |
The first child node of this node. |
ForeColor (inherited from TreeNode) |
The foreground color of this node. If null, the color used will be the default color from the TreeView control that this node is attached to |
FullPath (inherited from TreeNode) |
Returns the full path of this node. The path consists of the labels of each of the nodes from the root to this node, each separated by the pathSeperator. |
Handle (inherited from TreeNode) |
The HTREEITEM handle associated with this node. If the handle has not yet been created, this will force handle creation. |
ImageIndex (inherited from TreeNode) |
The index of the image to be displayed when the node is in the unselected state. The image is contained in the ImageList referenced by the imageList property. |
Index (inherited from TreeNode) |
Returns the position of this node in relation to its siblings |
IsEditing (inherited from TreeNode) |
Specifies whether this node is being edited by the user. |
IsExpanded (inherited from TreeNode) |
Specifies whether this node is in the expanded state. |
IsSelected (inherited from TreeNode) |
Specifies whether this node is in the selected state. |
IsVisible (inherited from TreeNode) |
Specifies whether this node is visible. |
LastNode (inherited from TreeNode) |
The last child node of this node. |
NextNode (inherited from TreeNode) |
The next sibling node. |
NextVisibleNode (inherited from TreeNode) |
The next visible node. It may be a child, sibling, or a node from another branch. |
NodeFont (inherited from TreeNode) |
The font that will be used to draw this node If null, the font used will be the default font from the TreeView control that this node is attached to. NOTE: If the node font is larger than the default font from the TreeView control, then the node will be clipped. |
Nodes (inherited from TreeNode) |
[To be supplied.] |
Parent (inherited from TreeNode) |
Retrieves parent node. |
PrevNode (inherited from TreeNode) |
The previous sibling node. |
PrevVisibleNode (inherited from TreeNode) |
The next visible node. It may be a parent, sibling, or a node from another branch. |
SelectedImageIndex (inherited from TreeNode) |
The index of the image displayed when the node is in the selected state. The image is contained in the ImageList referenced by the imageList property. |
Text (inherited from TreeNode) |
The label text for the tree node |
TreeView (inherited from TreeNode) |
Return the TreeView control this node belongs to. |