Enum ListViewHitTestLocations
Defines constants that represent areas of a list view control or list view item.
[Flags]
public enum ListViewHitTestLocations
Fields
AboveClientArea = 4
A position above the client portion of a control.
BelowClientArea = 8
A position below the client portion of a control.
ItemImage = 64
A position within the bounds of an image contained on an item.
ItemLabel = 128
A position on the text portion of an item.
LeftOfClientArea = 16
A position to the left of the client area of a control.
None = 2
A position in the client area of the control, but not on a node or a portion of a node.
RightOfClientArea = 32
A position to the right of the client area of the control.
RightOfItem = 256
A position to the right of the bounds of an item.
Remarks
This enumeration supports a bitwise combination of its member values.