spiegel-keyman/windows/docs/engine/api/IKeymanKeyboardInstalled/Uninstall.md
2024-10-31 10:17:54 +07:00

26 lines
781 B
Markdown

---
title: IKeymanKeyboardInstalled::Uninstall Method
---
## Introduction
The `IKeymanKeyboardInstalled::Uninstall` method uninstalls the keyboard
file (.kmx) and related artefacts from Keyman Engine for Windows. This
includes deleting the files from the Keyman Engine keyboard store,
removing registry settings, and removing Windows input methods.
This method removes the keyboard layout from all languages it is
associated with.
Changes associated with calling this method are applied immediately;
[`IKeymanKeyboardsInstalled::Apply`](../IKeymanKeyboardsInstalled/Apply)
does not need to be called. However, changes to the Windows input
methods are applied asynchronously.
This method requires elevated privileges.
## Specification
``` clike
void Uninstall(bool void)
```