mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
17 lines
332 B
Markdown
17 lines
332 B
Markdown
---
|
|
title: IKeymanKeyboardOptions::IndexOf Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardOptions::IndexOf` method returns the zero-based
|
|
index of the option in the array that has a name matching the `Name`
|
|
parameter.
|
|
|
|
If no option matches, then the method returns `-1`.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
long IndexOf(string Name)
|
|
```
|