mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
18 lines
376 B
Markdown
18 lines
376 B
Markdown
---
|
|
title: IKeymanKeyboardOption::Value Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardOption::Value` property controls the current value
|
|
of the option. Valid values depend on the keyboard layout.
|
|
|
|
Changes to this value will be applied after
|
|
[`IKeymanKeyboardsInstalled::Apply`](../IKeymanKeyboardsInstalled/Apply)
|
|
is called.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
string Value
|
|
```
|