mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
220 B
Markdown
14 lines
220 B
Markdown
---
|
|
title: IKeymanControl::StopVisualKeyboard() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::StopVisualKeyboard()` method stops the on screen
|
|
keyboard.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void StopVisualKeyboard(void)
|
|
```
|