mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
302 B
Markdown
15 lines
302 B
Markdown
---
|
|
title: IKeymanOption::Group Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanOption::Group` property returns the identifier of the group
|
|
to which the option belongs. The friendly name for the identifier will
|
|
be found in the locale translation file.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Group
|
|
```
|