Click or drag to resize

KeyboardIHandler Interface

Handler for platforms to implement the Keyboard functionality.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler

The KeyboardIHandler type exposes the following members.

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