mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
22 lines
438 B
Markdown
22 lines
438 B
Markdown
---
|
|
title: IKeymanKeyboard::Name Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboard::Name` property returns the
|
|
[`&name`](/developer/language/reference/name) string from the keyboard
|
|
file. This name is shown to the user in the Keyman Engine user interface
|
|
and in the Windows keyboard picker.
|
|
|
|
The `Name` property is not related to the [`ID`](ID) property or the
|
|
|
|
Filename
|
|
|
|
property.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Name
|
|
```
|