Enum TreeViewHitTestLocations
Defines constants that represent areas of a tree view control.
[Flags]
public enum TreeViewHitTestLocations
Fields
AboveClientArea = 4A position above the client portion of a control.
BelowClientArea = 8A position below the client portion of a control.
ItemExpandButton = 64A position on the expand button of an item.
ItemImage = 128A position within the bounds of an image contained on an item.
ItemIndent = 256A position in the indentation area for an item.
ItemLabel = 512A position on the text portion of an item.
ItemLowerPart = 8192A position on the lower part portion of an item.
ItemStateImage = 2048A position within the bounds of a state image for an item.
ItemUpperPart = 4096A position on the upper part 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 a control, but not on a node or a portion of a node.
RightOfClientArea = 32A position to the right of the client area of a control.
RightOfItemLabel = 1024A position to the right of the text area of an item.
Remarks
This enumeration supports a bitwise combination of its member values.