mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
19 lines
283 B
Markdown
19 lines
283 B
Markdown
---
|
|
title: IKeymanControl::OpenHelp() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::OpenHelp()` method opens Keyman Desktop help at the
|
|
specified topic.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void OpenHelp(string Topic)
|
|
```
|
|
|
|
## Parameters
|
|
|
|
`Topic`
|
|
: The string identifier for the topic.
|