mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
20 lines
418 B
Markdown
20 lines
418 B
Markdown
---
|
|
title: IKeymanControl::ShowKeyboardWelcome() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::ShowKeyboardWelcome()` method opens the keyboard
|
|
welcome.htm for the keyboard in a HTML window hosted by kmshell.exe.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void ShowKeyboardWelcome(IKeymanKeyboardInstalled* Keyboard)
|
|
```
|
|
|
|
## Parameters
|
|
|
|
`Keyboard`
|
|
: The installed keyboard for which the documentation should be
|
|
displayed.
|