mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
26 lines
664 B
Markdown
26 lines
664 B
Markdown
---
|
|
title: IKeymanPackageInstalled Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageInstalled` interface describes an installed keyboard
|
|
package in Keyman Engine for Windows API. The installed keyboard package
|
|
is essentially a folder in the Keyman package store, and contains
|
|
keyboard layouts, visual keyboards, documentation, fonts and any other
|
|
related files to simplify distribution of keyboard layouts.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanPackage`](../IKeymanPackage)
|
|
> >
|
|
> > > **`IKeymanPackageInstalled`**
|
|
|
|
## Methods
|
|
|
|
[`Uninstall()`](Uninstall)
|
|
: Uninstalls the package from Keyman Engine.
|