IOleComponent::FPreTranslateMessage Method (array<MSG>^)
Visual Studio 2015
Processes the message before it is translated and dispatched.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Parameters
- pMsg
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::MSG>^
The message.
The component can do TranslateAccelerator or IsDialogMessage, modify the message, or take some other action.
Show: