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:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void TranslateAcceleratorW(
	MSG msg
)

Parameters

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