mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
341 B
Markdown
16 lines
341 B
Markdown
---
|
|
title: IKeymanOption::Value Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanOption::Value` property sets or returns the current value
|
|
for the option. After changing the value, you will need to call
|
|
[`IKeymanOptions::Apply`](../IKeymanOptions/Apply) to push the changes
|
|
through to Keyman Engine.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
variant Value
|
|
```
|