DialogContainerWithToolbar::IMessageFilter::PreFilterMessage Method (Message)
Visual Studio 2015
Filters mouse messages before they are dispatched.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual bool PreFilterMessage( Message% m ) sealed = IMessageFilter::PreFilterMessage
Parameters
- m
-
Type:
System.Windows.Forms::Message
A message from the toolbar.
Return Value
Type: System::Booleantrue if the message was filtered and not dispatched, false if it was dispatched.
Makes a call to ProcessMouseActivationModal to process mouse messages.
Show: