Table of Contents

Enum KeyStates

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

The KeyStates enumeration describes the state that keyboard keys can be in.

[Flags]
public enum KeyStates : byte

Fields

Down = 1

The key is down.

None = 0

No state (same as up).

Toggled = 2

The key is toggled on.

Remarks

This enumeration supports a bitwise combination of its member values.