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