Click or drag to resize

PreviewHandlerTranslateAcceleratorW Method

Directs the preview handler to handle a keystroke passed up from the message pump of the process in which the preview handler is running.

Namespace:  ShellBoost.Core.Handlers
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void TranslateAcceleratorW(
	MSG msg
)

Parameters

msg
Type: System.Windows.InteropMSG
The window message.
See Also