Table of Contents

Enum ControlState

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Defines control state. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum ControlState

Fields

Default = 32

Specifies that control is in the default state.

Disabled = 2

Specifies that control is in the disabled state.

Focused = 16

Specifies that control is in the focused state.

Hovered = 8

Specifies that control is in the hovered state.

None = 0

Specifies that no flags are in effect.

Normal = 1

Specifies that control is in the normal state.

Pressed = 4

Specifies that control is in the pressed state.