ModelingWindowPane.PreProcessMessage Method

Handles window messages.

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

Syntax

'Declaration
Protected Overrides Function PreProcessMessage ( _
    ByRef m As Message _
) As Boolean
protected override bool PreProcessMessage(
    ref Message m
)
protected:
virtual bool PreProcessMessage(
    Message% m
) override
abstract PreProcessMessage : 
        m:Message byref -> bool  
override PreProcessMessage : 
        m:Message byref -> bool
protected override function PreProcessMessage(
    m : Message
) : boolean

Parameters

  • m
    Type: Message%

    The window message.

Return Value

Type: Boolean
true if it was possible to handle the message, otherwise false.

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

Microsoft.VisualStudio.Modeling.Shell Namespace