Table of Contents

Enum WindowHitTestEventRef.WindowArea

Namespace
Xui.Core.Abstract.Events
Assembly
Core.dll

Describes the purpose or function of a region within a window.

public enum WindowHitTestEventRef.WindowArea : uint

Fields

BorderBottom = 9

Bottom edge resize border.

BorderBottomLeft = 10

Bottom-left resize corner.

BorderBottomRight = 8

Bottom-right resize corner.

BorderLeft = 11

Left edge resize border.

BorderRight = 7

Right edge resize border.

BorderTop = 5

Top edge resize border.

BorderTopLeft = 4

Top-left resize corner.

BorderTopRight = 6

Top-right resize corner.

Client = 2

The area represents the client region of the window (normal content).

Default = 0

The area is unspecified; the platform should handle it normally.

Title = 3

The area represents a draggable title bar region.

Transparent = 1

The area is transparent to hit testing and should not trigger drag or resize.