mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
16 lines
294 B
Markdown
16 lines
294 B
Markdown
---
|
|
title: IKeymanVisualKeyboard::Uninstall Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanVisualKeyboard::Uninstall` method removes this visual
|
|
keyboard from the keyboard and the Keyman keyboard store.
|
|
|
|
This method requires elevated privileges.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void Uninstall(void)
|
|
```
|