mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
15 lines
367 B
Markdown
15 lines
367 B
Markdown
---
|
|
title: IKeymanKeyboardLanguageInstalled::OwnerKeyboard Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardLanguageInstalled::OwnerKeyboard` property returns
|
|
[`IKeymanKeyboardInstalled`](../IKeymanKeyboardInstalled) reference for
|
|
the keyboard that this language profile belongs to.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanKeyboardInstalled* OwnerKeyboard
|
|
```
|