mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
363 B
Markdown
16 lines
363 B
Markdown
---
|
|
title: IKeymanKeyboard::Message Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboard::Message` property returns the
|
|
[`&message`](/developer/language/reference/message) string from the
|
|
keyboard file. This value is typically displayed when a keyboard is
|
|
installed and in the configuration user interface.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Message
|
|
```
|