HotkeyPrefix 列挙型
定義
テキストに関連するホット キー プリフィックスの表示の種類を指定します。Specifies the type of display for hot-key prefixes that relate to text.
public enum class HotkeyPrefix
public enum HotkeyPrefix
type HotkeyPrefix =
Public Enum HotkeyPrefix
- 継承
フィールド
Hide | 2 | ホット キー プリフィックスを表示しません。Do not display the hot-key prefix. |
None | 0 | ホット キー プリフィックスがありません。No hot-key prefix. |
Show | 1 | ホット キー プリフィックスを表示します。Display the hot-key prefix. |
注釈
ホットキープレフィックスを使用すると、キーボードの組み合わせ (通常は CTRL +ホット キーまたは ALT +ホット キー) を使用して、画面に表示されるテキストによって表される機能にアクセスできます。A hot-key prefix allows you to use a keyboard combination (usually CTRL+HotKey or ALT+HotKey) to access functionality represented by text displayed on the screen.