mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
19 lines
407 B
Markdown
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)
|
|
```
|