Enum InteriorDrawable.HitTestResult
Enumerates possible hit test return values.
public enum InteriorDrawable.HitTestResult
Fields
BottomBorder = 3Hit is on the bottom border.
ClientRect = 8Hit is inside the client rectangle.
Corner = 1Hit is on the corner.
HorzScrollBar = 7Hit is on the horizontal scrollbar.
LeftBorder = 4Hit is on the left border.
None = 0Hit is outside of anything.
RightBorder = 5Hit is on the right border.
TopBorder = 2Hit is on the top border.
VertScrollBar = 6Hit is on the vertical scrollbar.