mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
18 lines
474 B
Markdown
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
|
|
```
|