ControlProcessParameterPropertyGrid.WndProc Method
This member overrides UserControl.WndProc(Message%).
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.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: System.Windows.Forms.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.