mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
236 B
Markdown
14 lines
236 B
Markdown
---
|
|
title: IKeymanKeyboardOption::Name Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardOption::Name` property returns the name of the
|
|
option as defined by the keyboard developer.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Name
|
|
```
|