mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
315 B
Markdown
15 lines
315 B
Markdown
---
|
|
title: IKeymanKeyboardLanguage::OwnerKeyboard Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardLanguage::OwnerKeyboard` property returns
|
|
[`IKeymanKeyboard`](../IKeymanKeyboard) reference for the keyboard that
|
|
this interface belongs to.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanKeyboard* OwnerKeyboard
|
|
```
|