mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
329 B
Markdown
16 lines
329 B
Markdown
---
|
|
title: IKeyman::Control Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::Control` property returns the Keyman
|
|
[`IKeymanControl`](../IKeymanControl) interface which provides methods
|
|
to control various aspects of the Keyman process and user interface
|
|
interactions.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanControl* Control
|
|
```
|