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

332 B

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

long IndexOf(string Name)