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

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