mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
316 B
Markdown
15 lines
316 B
Markdown
---
|
|
title: IKeyman::Keyboards Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::Keyboards` property returns the Keyman
|
|
[`IKeymanKeyboardsInstalled`](../IKeymanKeyboardsInstalled) interface
|
|
which provides a list of installed Keyman keyboards.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanKeyboardsInstalled* Keyboards
|
|
```
|