SingleTaskIdleManager::IOleComponent::FPreTranslateMessage Method (array<MSG>^)

 

Processes the message before it is translated and dispatched.

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

private:
virtual int FPreTranslateMessage(
	array<MSG>^ pMsg
) sealed = IOleComponent::FPreTranslateMessage

Parameters

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

The message.

Return Value

Type: System::Int32

true if the message is consumed, false otherwise.

The component can do TranslateAccelerator or IsDialogMessage, modify the message, or take some other action.

Return to top
Show: