|
|
|
The MCL Hotkey component is a .NET component which allows you to react to a specified hotkey combination on a system wide basis.
The control raises an event whenever the hotkey combination is pressed, whether the application has the input focus or not.
The hotkey combination has been pressed.
Private Sub SystemWideHotkeyComponent1_HotkeyPressed(ByVal sender As Object, _
ByVal e As EventArgs) Handles SystemWideHotkeyComponent1.HotkeyPressed
'\\ The key comination of this component was pressed
Debug.WriteLine("You pressed CTRL+B")
End Sub
The component that raises an event when the hotkey combination is pressed.
Provides additional information about the hotkey pressed.
The control is currently in Beta release