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 | |
|---|---|---|
| AboveClientArea | A position above the client portion of a TreeView control. | |
| BelowClientArea | A position below the client portion of a TreeView control. | |
| Image | A position within the bounds of an image contained on a TreeView or TreeNode. | |
| 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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.