Enum KeyStates
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.