WindowPane::IVsUIElementPane::TranslateUIElementAccelerator Method (array<MSG>^)

 

Handles keyboard accelerators before the shell processes the message.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int TranslateUIElementAccelerator(
	array<MSG>^ msg
) sealed = IVsUIElementPane::TranslateUIElementAccelerator

Parameters

msg
Type: array<Microsoft.VisualStudio.OLE.Interop::MSG>^

The message.

Return Value

Type: System::Int32

If PreProcessMessage returns true, returns S_OK, otherwise returns E_FAIL.

Return to top
Show: