Skip to the content.

PromptPlus API:UserHotKey

Build Publish License NuGet Downloads

Back to List Api

UserHotKey

Namespace: PPlus.Controls

Represents The valids hotkeys

public enum UserHotKey

Inheritance ObjectValueTypeEnumUserHotKey
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
F1 0 F1 KEY
F2 1 F2 KEY
F3 2 F3 KEY
F4 3 F4 KEY
F5 4 F5 KEY
F6 5 F6 KEY
F7 6 F7 KEY
F8 7 F8 KEY
F9 8 F9 KEY
F10 9 F10 KEY
F11 10 F11 KEY
F12 11 F12 KEY

Back to List Api