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

19 lines
407 B
Markdown

---
title: IKeymanKeyboardLanguageInstalled::Uninstall Method
---
## Introduction
The `IKeymanKeyboardLanguageInstalled::Uninstall` method removes this
keyboard layout from the Windows language, and if it is the last input
method for the language, removes the language as well.
This method is asynchronous.
This method requires elevated privileges.
## Specification
``` clike
void Uninstall(void)
```