Virtual Keyboard Control.
The following tables list the members exposed by the VirtualKeyboard type.
Name | Description | |
---|---|---|
Initializes a new instance of VirtualKeyboard. |
Name | Description | |
---|---|---|
Identifies the AttachedWindow dependency property. |
||
Identifies the AutoFill dependency property. |
||
Identifies the AutoReleaseModifierKeys dependency property. |
||
Identifies the AutoRepeat dependency property. |
||
Identifies the AutoUpdateCulture dependency property. |
||
Identifies the DefaultLayout dependency property. |
||
Identifies the InputLocale dependency property. |
||
Identifies the IsStandAlone dependency property |
||
Identifies the Layout dependency property. |
||
Identifies the LayoutsFolder dependency property. |
||
Identifies the Mode dependency property. |
||
Identifies the PasswordMode dependency property. |
||
Identifies the RepeatDelay dependency property. |
||
Identifies the RepeatDownOnly dependency property. |
||
Identifies the RepeatRate dependency property. |
||
Identifies the Stretch dependency property. |
||
Identifies the TemplateLayout dependency property. |
Name | Description | |
---|---|---|
Gets the state of the AltGr key. |
||
Gets the state of the Alt key. |
||
Gets or sets the window handle of the parent window associated with this keyboard. This is a dependency property. |
||
Gets or sets whether keyboard layout should be generated automatically depending on the language (e.g. qwerty, azerty, etc layouts). This is a dependency property. |
||
Gets or sets whether pressing a regular key automatically releases modifier keys such as shift, alt, control etc. (except CapsLock). This is a dependency property. |
||
Gets or sets whether the component should synthesize keyboard events repeatedly when a virtual key is pressed down, until the key is released. |
||
Gets or sets whether the component should change the UI thread's CurrentCulture whenever the input locale changes. |
||
Gets the state of the Caps lock key. |
||
Gets the state of the Control key. |
||
Obsolete; Gets or sets the default kayboard layout. This is a dependency property. |
||
Gets or sets the current input language. This is a dependency property. |
||
Gets or sets whether the keyboard's host application contains only the keyboard and sends input to external processes. This is a dependency property. Set this property to false if the keyboard will be sending input to other controls in same application. Set it to true if the application should behave as Windows On-screen Keyboard tool and send keypresses to active window. |
||
Gets the current keyboard layout. This is a dependency property. |
||
Gets or sets the folder where layout files are located. This is dependency property. Language layout files are automatically loaded from specified folder when Mode is set to Custom. |
||
Gets or sets the license key of the control. |
||
Gets or sets the layout mode. This is a dependency property. |
||
Gets the state of the Num lock key. |
||
Gets or sets whether password mode is enabled. |
||
Gets or sets whether to prevent activation of parent window when users click on a keyboard's key. |
||
Specifies the initial delay in milliseconds before the component starts repeating key-down events when AutoRepeat is enabled. |
||
Gets or sets whether keys repeat only key-down events, with a single key-up generated in the end. |
||
Gets or sets the delay in milliseconds between consecutive key-down events synthesized in AutoRepeat mode. |
||
Gets the state of the Scroll lock key. |
||
Gets the state of the Shift key. |
||
Gets or sets a stretch mode that determines how the keyboard fits into the available space. This is a dependency property. |
||
Gets or sets the keyboard's template layout. This is a dependency property. |
Name | Description | |
---|---|---|
Overloaded. Changes the current input language. |
||
Overloaded. |
||
Stops global threads. |
||
Updates the keyboard layout. |
||
Overloaded. |
||
Control.OnApplyTemplate override. |
||
Sends the specified key input to active window. |
||
Sets custom key labels to use for specified language. |
Name | Description | |
---|---|---|
Control.OnPreviewMouseDown override. |
||
Control.OnPreviewMouseMove override. |
||
Control.OnPreviewMouseUp override. |
||
Control.OnPreviewStylusDown override. |
||
Control.OnPreviewStylusMove override. |
||
Control.OnPreviewStylusUp override. |
||
Control.OnVisualParentChanged override. |
Name | Description | |
---|---|---|
Raised when a key has been pressed. |