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

533 B

title
IKeymanHotkeys::Items[Index] Property

Introduction

The IKeymanHotkeys::Items[Index] property returns an IKeymanHotkey reference to the hotkey by Index. If the hotkey is not found, exception KMN_E_Collection_InvalidIndex is raised. The Index is the enumerated type KeymanHotkeyTarget.

Specification

readonly IKeymanHotkey* Items[KeymanHotkeyTarget Index]

Parameters

Index
The target of the hotkey.