Interface IKeyboardService
Keyboard service.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface IKeyboardService
Properties
Height
Gets the current height of the on-screen keyboard
Declaration
double Height { get; }
Property Value
Type | Description |
---|---|
Double | The height. |
IsHardwareKeyboardActive
Gets a value indicating whether the hardware keyboard active.
Declaration
bool IsHardwareKeyboardActive { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
LanguageRegion
Gets the language region.
Declaration
string LanguageRegion { get; }
Property Value
Type | Description |
---|---|
String | The language region. |
Methods
Hide()
Forces the device's on screen keyboard to be hidden.
Declaration
void Hide()