Table of Contents

Class ControlState

Namespace
Fantas.UI
Assembly
Fantas.dll

Control states

public sealed class ControlState : Enum
Inheritance
ControlState

Fields

Disabled

When the control was disabled

public const ControlState Disabled = 3

Field Value

ControlState

Hovered

Hovered, when mouse cursor is hovering over

public const ControlState Hovered = 1

Field Value

ControlState

Normal

Normal state

public const ControlState Normal = 0

Field Value

ControlState

Pressed

Pressed, when the primary mouse is pressing or the control have a touch inside

public const ControlState Pressed = 2

Field Value

ControlState

value__

public int value__

Field Value

int