WhitePanel.OnPaint Method
This member overrides Control.OnPaint(PaintEventArgs).
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaración
Protected Overrides Sub OnPaint ( _
args As PaintEventArgs _
)
protected override void OnPaint(
PaintEventArgs args
)
protected:
virtual void OnPaint(
PaintEventArgs^ args
) override
abstract OnPaint :
args:PaintEventArgs -> unit
override OnPaint :
args:PaintEventArgs -> unit
protected override function OnPaint(
args : PaintEventArgs
)
Parameters
- args
Type: System.Windows.Forms.PaintEventArgs
.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.