mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
215 B
Markdown
14 lines
215 B
Markdown
---
|
|
title: IKeymanOptions::Apply Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanOptions::Apply` method applies all settings changes made
|
|
through the API to Keyman Engine.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void Apply(void)
|
|
```
|