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

18 lines
474 B
Markdown

---
title: IKeymanKeyboardInstalled::Options Property
---
## Introduction
The `IKeymanKeyboardInstalled::Options` property returns an
[`IKeymanKeyboardOptions`](../IKeymanKeyboardOptions) reference which
lists the user-configurable options for the keyboard layout. Changes to
this collection will be applied after
[`IKeymanKeyboardsInstalled::Apply`](../IKeymanKeyboardsInstalled/Apply)
is called.
## Specification
``` clike
readonly IKeymanKeyboardOptions* Options
```