mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
255 B
Markdown
14 lines
255 B
Markdown
---
|
|
title: IKeymanControl::IsTextEditorOpen() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::IsTextEditorOpen()` method returns `True` if the
|
|
Keyman Desktop text editor is currently running.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
bool IsTextEditorOpen(void)
|
|
```
|