Table of Contents

Interface IKeyboardHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains methods and properties which allow to access keyboard.

public interface IKeyboardHandler : IDisposable

Properties

KeyboardPresent

Gets whether hardware keyboard is present.

Methods

GetKeyStatesFromSystem(Key)

Gets the current state of the specified key from the device from the underlying system

HideKeyboard(AbstractControl?)

Hides on-screen keyboard for the specified control.

IsSoftKeyboardShowing(AbstractControl?)

Gets whether on-screen keyboard is shown for the specified control.

IsValidKey(Key)

Checks whether key is valid for the current platform.

ShowKeyboard(AbstractControl?)

Shows on-screen keyboard for the specified control.