TreeViewHitTestLocations Enumeration
Defines constants that represent areas of a TreeView or TreeNode.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| AboveClientArea | A position above the client portion of a TreeView control. | |
| BelowClientArea | A position below the client portion of a TreeView control. | |
| Image | ||
| Indent | A position in the indentation area for a TreeNode. | |
| Label | A position on the text portion of a TreeNode. | |
| LeftOfClientArea | A position to the left of the client area of a TreeView control. | |
| None | A position in the client area of the TreeView control, but not on a node or a portion of a node. | |
| PlusMinus | A position on the plus/minus area of a TreeNode. | |
| RightOfClientArea | A position to the right of the client area of the TreeView control. | |
| RightOfLabel | A position to the right of the text area of a TreeNode. | |
| StateImage | A position within the bounds of a state image for a TreeNode. |
The TreeViewHitTestLocations enumeration is used by the TreeViewHitTestInfo class.
The following code example demonstrates how to use the TreeViewHitTestLocations enumeration. To run this example, paste the following code into a Windows Form that contains a TreeView control named treeView1, and populate the TreeView with items. Ensure that treeview1 and the MouseDown event for the form are associated with the HandleMouseDown method in this example.
Available since 2.0