DialogContainerWithToolbar::IMessageFilter::PreFilterMessage Method (Message)

 

Filters mouse messages before they are dispatched.

Namespace:   Microsoft.VisualStudio.Shell
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::Boolean

true if the message was filtered and not dispatched, false if it was dispatched.

Makes a call to ProcessMouseActivationModal to process mouse messages.

Return to top
Show: