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.
This member overrides LinkLabel.WndProc(Message).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Overrides Sub WndProc ( _
ByRef m As Message _
)
protected override void WndProc(
ref Message m
)
protected:
virtual void WndProc(
Message% m
) override
abstract WndProc :
m:Message byref -> unit
override WndProc :
m:Message byref -> unit
protected override function WndProc(
m : Message
)
Parameters
- m
Type: Message%
.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.