Interface IKeyboardHandler
Contains methods and properties which allow to access keyboard.
public interface IKeyboardHandler : IDisposable
Methods
- GetKeyStatesFromSystem(Key)
Gets the current state of the specified key from the device from the underlying system
- HideKeyboard(Control?)
Hide on-screen keyboard for the specified control.
- IsSoftKeyboardShowing(Control?)
Gets whether on-screen keyboard is shown for the specified control.
- IsValidKey(Key)
Checks whether key is valid for the current platform.
- ShowKeyboard(Control?)
Show on-screen keyboard for the specified control.