ListViewHitTestLocations 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 ListView control. | |
| BelowClientArea | A position below the client portion of a ListView control. | |
| Image | A position within the bounds of an image contained in a ListView or ListViewItem. | |
| Label | A position within the bounds of a text area contained in a ListView or ListViewItem. | |
| LeftOfClientArea | A position to the left of the client portion of a ListView control. | |
| None | A position outside the bounds of a ListViewItem | |
| RightOfClientArea | A position to the right of the client portion of a ListView control. | |
| StateImage | A position within the bounds of an image associated with a ListViewItem that indicates the state of the item. |
The ListViewHitTestLocations enumeration is used by the ListViewHitTestInfo class.
The following code example demonstrates using the HitTest method to determine the location of a MouseDown event in a ListView. To run this code, paste it into a Windows Form that contains a ListView named listView1 that is populated with items. Associate the MouseDown event for listview1 and the form with the HandleMouseDown method in this example.
Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.