mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
17 lines
442 B
Markdown
17 lines
442 B
Markdown
---
|
|
title: IKeymanKeyboardInstalled::Loaded Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardInstalled::Loaded` property controls whether or not
|
|
the keyboard is currently available for use and visible to the user in
|
|
the keyboard picker. When this property is changed,
|
|
[`IKeymanKeyboardsInstalled::Apply`](../IKeymanKeyboardsInstalled/Apply)
|
|
must be called to apply the setting to Keyman Engine.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
bool Loaded
|
|
```
|