OlCategoryShortcutKey Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the shortcut key specified for the ShortcutKey property of the Category object.
public enum class OlCategoryShortcutKey
public enum OlCategoryShortcutKey
Public Enum OlCategoryShortcutKey
- Inheritance
-
OlCategoryShortcutKey
Fields
Name | Value | Description |
---|---|---|
olCategoryShortcutKeyNone | 0 | No shortcut key specified. |
olCategoryShortcutKeyCtrlF2 | 1 | CTRL+F2 |
olCategoryShortcutKeyCtrlF3 | 2 | CTRL+F3 |
olCategoryShortcutKeyCtrlF4 | 3 | CTRL+F4 |
olCategoryShortcutKeyCtrlF5 | 4 | CTRL+F5 |
olCategoryShortcutKeyCtrlF6 | 5 | CTRL+F6 |
olCategoryShortcutKeyCtrlF7 | 6 | CTRL+F7 |
olCategoryShortcutKeyCtrlF8 | 7 | CTRL+F8 |
olCategoryShortcutKeyCtrlF9 | 8 | CTRL+F9 |
olCategoryShortcutKeyCtrlF10 | 9 | CTRL+F10 |
olCategoryShortcutKeyCtrlF11 | 10 | CTRL+F11 |
olCategoryShortcutKeyCtrlF12 | 11 | CTRL+F12 |