HtmlControl.WndProc Method
This member overrides WebBrowser.WndProc(Message%).
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace