Table of Contents

Enum VisualControlState

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Defines visual states of the control.

public enum VisualControlState

Fields

Disabled = 3

Control is disabled.

Focused = 4

Control is focused.

Hovered = 1

Mouse is over the control.

Normal = 0

Normal state.

Pressed = 2

The left mouse button was clicked on the control and not yet released.