YHotKeyManagerUnregisterHotKey Method
|
Unregister a hotkey.
Namespace: Upsilon.Common.FormsAssembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntaxpublic static bool UnregisterHotKey(
int id
)
Parameters
- id Int32
- The hotkey id.
Return Value
BooleanReturn
true if the hotkey has been unregistered or
false else.
See Also