spiegel-keyman/windows/docs/engine/api/IKeymanKeyboardInstalled/Loaded.md
2024-10-31 10:17:54 +07:00

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
```