|
ShellExecuteInfoHotKey Field |
A keyboard shortcut to associate with the application. The low-order word is the virtual
key code, and the high-order word is a modifier flag (HOTKEYF_). For a list of modifier
flags, see the description of the WM_SETHOTKEY message. This member is ignored if fMask
does not include SEE_MASK_HOTKEY.
Namespace: Xcalibur.NativeMethods.V2.ShellAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax Public HotKey As UInteger
public:
unsigned int HotKey
val mutable HotKey: uint32
Field Value
UInt32See Also