SqlScriptEditorControl.TranslateAccelerator(MSG[]) Method

Definition

Called by Visual Studio to give the window pane a chance to interpret messages before they are routed to their associated windows. Override that enables order processing of WM_MOUSEWHEEL by the grid.

public:
 override int TranslateAccelerator(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ msg);
public override int TranslateAccelerator (Microsoft.VisualStudio.OLE.Interop.MSG[] msg);
override this.TranslateAccelerator : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
Public Overrides Function TranslateAccelerator (msg As MSG()) As Integer

Parameters

msg
MSG[]

An array of MSG objects.

Returns

An integer value that indicates the result of operation.

Applies to