다음을 통해 공유


DialogContainerWithToolbar.IMessageFilter.PreFilterMessage Method

Filters mouse messages before they are dispatched.

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

Syntax

‘선언
Private Function PreFilterMessage ( _
    ByRef m As Message _
) As Boolean Implements IMessageFilter.PreFilterMessage
bool IMessageFilter.PreFilterMessage(
    ref Message m
)

Parameters

Return Value

Type: System.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

See Also

Reference

DialogContainerWithToolbar Class

Microsoft.VisualStudio.Shell Namespace