mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Also change path to engine help pages. This requires a corresponding change in help.keyman.com. Test-bot: skip
19 lines
287 B
Markdown
19 lines
287 B
Markdown
---
|
|
title: IKeymanControl::OpenHelp() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::OpenHelp()` method opens Keyman for Windows help at the
|
|
specified topic.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void OpenHelp(string Topic)
|
|
```
|
|
|
|
## Parameters
|
|
|
|
`Topic`
|
|
: The string identifier for the topic.
|