Enum WindowHitTestEventRef.WindowArea
Describes the purpose or function of a region within a window.
public enum WindowHitTestEventRef.WindowArea : uint
Fields
BorderBottom = 9Bottom edge resize border.
BorderBottomLeft = 10Bottom-left resize corner.
BorderBottomRight = 8Bottom-right resize corner.
BorderLeft = 11Left edge resize border.
BorderRight = 7Right edge resize border.
BorderTop = 5Top edge resize border.
BorderTopLeft = 4Top-left resize corner.
BorderTopRight = 6Top-right resize corner.
Client = 2The area represents the client region of the window (normal content).
Default = 0The area is unspecified; the platform should handle it normally.
Title = 3The area represents a draggable title bar region.
Transparent = 1The area is transparent to hit testing and should not trigger drag or resize.