spiegel-keyman/windows/docs/engine/api/IKeymanKeyboard/Name.md
2024-10-31 10:17:54 +07:00

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
```