Class PlessKeyboardHandler
Implements dummy IKeyboardHandler provider.
public class PlessKeyboardHandler : DisposableObject, IBaseObject, IDisposableObject, IKeyboardHandler, IDisposable
- Inheritance
-
PlessKeyboardHandler
- Implements
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.