mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
19 lines
532 B
Markdown
19 lines
532 B
Markdown
---
|
|
title: IKeymanKeyboardInstalled::VisualKeyboard Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardInstalled::VisualKeyboard` property returns an
|
|
[`IKeymanVisualKeyboard`](../IKeymanVisualKeyboard) reference for the
|
|
visual keyboard associated with this keyboard. If no visual keyboard is
|
|
installed for this keyboard, then `VisualKeyboard` returns `null`.
|
|
|
|
A visual keyboard can be installed with
|
|
[`InstallVisualKeyboard()`](InstallVisualKeyboard).
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanVisualKeyboard* VisualKeyboard
|
|
```
|