Class CheckBoxState
The checkbox control states.
Inheritance
System.Object
CheckBoxState
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class CheckBoxState : Enum
Fields
Checked
Default
Intermediate
The intermediate state.
Declaration
public const CheckBoxState Intermediate
Field Value
CheckBoxState
|
value__
Declaration
public int value__
Field Value
System.Int32
|