Table of Contents

Enum TreeViewHitTestLocations

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Defines constants that represent areas of a tree view control.

[Flags]
public enum TreeViewHitTestLocations

Fields

AboveClientArea = 4

A position above the client portion of a control.

BelowClientArea = 8

A position below the client portion of a control.

ItemExpandButton = 64

A position on the expand button of an item.

ItemImage = 128

A position within the bounds of an image contained on an item.

ItemIndent = 256

A position in the indentation area for an item.

ItemLabel = 512

A position on the text portion of an item.

ItemLowerPart = 8192

A position on the lower part portion of an item.

ItemStateImage = 2048

A position within the bounds of a state image for an item.

ItemUpperPart = 4096

A position on the upper part 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 a control, but not on a node or a portion of a node.

RightOfClientArea = 32

A position to the right of the client area of a control.

RightOfItemLabel = 1024

A position to the right of the text area of an item.

Remarks

This enumeration supports a bitwise combination of its member values.