Defines constants that represent areas in a System.Windows.Forms.ListView or System.Windows.Forms.ListViewItem.
The System.Windows.Forms.ListViewHitTestLocations enumeration is used by the System.Windows.Forms.ListViewHitTestInfo class.
Member Name | Description |
---|---|
AboveClientArea |
A position above the client portion of a System.Windows.Forms.ListView control. |
BelowClientArea |
A position below the client portion of a System.Windows.Forms.ListView control. |
Image |
A position within the bounds of an image contained in a System.Windows.Forms.ListView or System.Windows.Forms.ListViewItem. |
Label |
A position within the bounds of a text area contained in a System.Windows.Forms.ListView or System.Windows.Forms.ListViewItem. |
LeftOfClientArea |
A position to the left of the client portion of a System.Windows.Forms.ListView control. |
None |
A position outside the bounds of a System.Windows.Forms.ListViewItem |
RightOfClientArea |
A position to the right of the client portion of a System.Windows.Forms.ListView control. |
StateImage |
A position within the bounds of an image associated with a System.Windows.Forms.ListViewItem that indicates the state of the item. |