Click or drag to resize

Keyboard Class

General keyboard methods
Inheritance Hierarchy
SystemObject
  Eto.FormsKeyboard

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class Keyboard

The Keyboard type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberModifiers
Gets the current modifier state for keys such as Control, Alt and Shift.
Public propertyStatic memberSupportedLockKeys
Gets an enumeration of all keys supported by the IsKeyLocked(Keys) method.
Top
Methods
  NameDescription
Public methodStatic memberIsKeyLocked
Determines if the specified key is in a locked state, such as the CapsLock, ScrollLock, NumberLock, or Insert key.
Top
See Also