Implements a reusable Virtual Keyboard component.
The following tables list the members exposed by the VirtualKeyboard type.
Name | Description | |
---|---|---|
Initializes a new instance of the VirtualKeyboard class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether pressing a regular key should automatically release modifier keys such as shift, alt, control etc. (except CapsLock). |
||
Gets or sets a value indicating whether the component should synthesize keyboard events repeatedly when a virtual key is pressed down, until the key is released. |
||
Gets or sets the current input language. |
||
Gets or sets the current keyboard layout. |
||
Gets or sets the current keyboard layout mode. |
||
Gets or sets a value indicating whether the keyboard scales to fit inside its parent element. |
||
Gets or sets the current theme of the control. |
Name | Description | |
---|---|---|
Control.attach override. |
||
Creates and initializes a new VirtualKeyboard on the specified DOM element. This method is static and can be called without creating an instance of the class. |
||
Control.detach override. |
||
Control.draw override. |
||
Sends the specified key as input to focused element. |
Name | Description | |
---|---|---|
Raised when a key is pressed. |