Class WindowHitCodes
Window hit test codes. Note: they are 1:1 mapping for Win32 values.
Inheritance
System.Object
WindowHitCodes
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class WindowHitCodes : Enum
Fields
Border
Bottom
BottomLeft
The bottom left corner.
Declaration
public const WindowHitCodes BottomLeft
Field Value
WindowHitCodes
|
BottomRight
The bottom right corner.
Declaration
public const WindowHitCodes BottomRight
Field Value
WindowHitCodes
|
Caption
Client
Close
GrowBox
Help
HScroll
Left
MaxButton
Menu
MinButton
NoWhere
Object
Right
SystemMenu
Top
TopLeft
TopRight
Transparent
The transparent area.
Declaration
public const WindowHitCodes Transparent
Field Value
WindowHitCodes
|
value__
Declaration
public int value__
Field Value
System.Int32
|