mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
16 lines
439 B
Markdown
16 lines
439 B
Markdown
---
|
|
title: IKeymanKeyboardInstalled::OwnerPackage Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardInstalled::OwnerPackage` property returns an
|
|
[`IKeymanPackageInstalled`](../IKeymanPackageInstalled) reference for
|
|
the package which contained this keyboard when it was installed. If the
|
|
keyboard was installed standalone, then `OwnerPackage` returns `null`.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackageInstalled* OwnerPackage
|
|
```
|