TreeViewHitTestLocations Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| None | A position in the client area of the TreeView control, but not on a node or a portion of a node. | |
| Image | A position within the bounds of an image contained on a TreeView or TreeNode. | |
| Label | A position on the text portion of a TreeNode. | |
| Indent | A position in the indentation area for a TreeNode. | |
| AboveClientArea | A position above the client portion of a TreeView control. | |
| BelowClientArea | A position below the client portion of a TreeView control. | |
| LeftOfClientArea | A position to the left of the client area of a TreeView control. | |
| 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. | |
| PlusMinus | A position on the plus/minus area of 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.