Method | Description | |
---|---|---|
Bind ( System.Windows.Forms.Hotkey hotkeyCombo ) : |
Binds a Hotkey to a HotkeyCallback.
|
|
Bind ( Modifiers modifiers, Keys keys ) : |
Binds a hotkey combination to a HotkeyCallback.
|
|
Dispose ( ) : void | ||
HotkeyBinder ( ) : System |
Initializes a new instance of the HotkeyBinder class.
|
|
IsHotkeyAlreadyBound ( System.Windows.Forms.Hotkey hotkeyCombo ) : bool |
Indicates whether a Hotkey has been bound already either by this application or another application.
|
|
Unbind ( System.Windows.Forms.Hotkey hotkeyCombo ) : void |
Unbinds a previously bound Hotkey.
|
|
Unbind ( Modifiers modifiers, Keys keys ) : void |
Unbinds a previously bound hotkey combination.
|
Method | Description | |
---|---|---|
OnHotkeyPressed ( object sender, |
||
RegisterHotkey ( System.Windows.Forms.Hotkey hotkeyCombo ) : void | ||
UnregisterHotkey ( System.Windows.Forms.Hotkey hotkeyCombo ) : void |
public Bind ( System.Windows.Forms.Hotkey hotkeyCombo ) : |
||
hotkeyCombo | System.Windows.Forms.Hotkey | |
return |
public Bind ( Modifiers modifiers, Keys keys ) : |
||
modifiers | Modifiers | The modifers that constitute this hotkey. |
keys | Keys | The keys that constitute this hotkey. |
return |
public IsHotkeyAlreadyBound ( System.Windows.Forms.Hotkey hotkeyCombo ) : bool | ||
hotkeyCombo | System.Windows.Forms.Hotkey |
/// The |
return | bool |
public Unbind ( System.Windows.Forms.Hotkey hotkeyCombo ) : void | ||
hotkeyCombo | System.Windows.Forms.Hotkey | |
return | void |
public Unbind ( Modifiers modifiers, Keys keys ) : void | ||
modifiers | Modifiers | |
keys | Keys | |
return | void |