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

35 lines
872 B
Markdown

---
title: IKeymanKeyboardOptions Interface
---
## Introduction
The `IKeymanKeyboardOptions` interface lists options associated with a
specific keyboard. The options are defined by the keyboard developer
through the [variable stores](/developer/language/guide/variable-stores)
feature.
These options are distinct from the
[`IKeymanOptions`](../IKeymanOptions) which control the operation of
Keyman Engine.
## Interface Hierarchy
`IDispatch`
> [`IKeymanObject`](../IKeymanObject)
>
> > [`IKeymanCollection`](../IKeymanCollection)
> >
> > > **`IKeymanKeyboardOptions`**
## Properties
[`Items[Index]`](Items) <span class="readonly">read only</span>
: Returns an [`IKeymanKeyboardOption`](../IKeymanKeyboardOption)
reference for the option identified by `Index`.
<!-- -->
[`IndexOf()`](IndexOf)
: Gets the index of an option by ID in the collection.