Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Filters mouse messages before they are dispatched.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function PreFilterMessage ( _
ByRef m As Message _
) As Boolean Implements IMessageFilter.PreFilterMessage
bool IMessageFilter.PreFilterMessage(
ref Message m
)
private:
virtual bool PreFilterMessage(
Message% m
) sealed = IMessageFilter::PreFilterMessage
private abstract PreFilterMessage :
m:Message byref -> bool
private override PreFilterMessage :
m:Message byref -> bool
JScript does not support explicit interface implementations.
Parameters
m
Type: Message%A message from the toolbar.
Return Value
Type: Boolean
true if the message was filtered and not dispatched, false if it was dispatched.
Implements
IMessageFilter.PreFilterMessage(Message)
Remarks
Makes a call to ProcessMouseActivationModal to process mouse messages.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.