Click or drag to resize

YHotKeyManager Class

A class implementing the Hotkey manager.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.FormsYHotKeyManager

Namespace: Upsilon.Common.Forms
Assembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public class YHotKeyManager

The YHotKeyManager type exposes the following members.

Constructors
 NameDescription
Public methodYHotKeyManager 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodStatic memberOnHotKeyPressed The Hotkey pressed event.
Public methodStatic memberRegisterHotKey Register a new hotkey.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberUnregisterHotKey Unregister a hotkey.
Top
Events
 NameDescription
Public eventStatic memberHotKeyPressed The Hotkey pressed event.
Top
Extension Methods
 NameDescription
Public Extension MethodGetMD5HashCode Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods)
Public Extension MethodSerializeObject Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter)
Top
See Also