Table of Contents

Enum InteriorDrawable.HitTestResult

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Enumerates possible hit test return values.

public enum InteriorDrawable.HitTestResult

Fields

BottomBorder = 3

Hit is on the bottom border.

ClientRect = 8

Hit is inside the client rectangle.

Corner = 1

Hit is on the corner.

HorzScrollBar = 7

Hit is on the horizontal scrollbar.

LeftBorder = 4

Hit is on the left border.

None = 0

Hit is outside of anything.

RightBorder = 5

Hit is on the right border.

TopBorder = 2

Hit is on the top border.

VertScrollBar = 6

Hit is on the vertical scrollbar.