This member overrides ScrollableControl.OnPaintBackground(PaintEventArgs).
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Overrides Sub OnPaintBackground ( _
    pevent As PaintEventArgs _
)
protected override void OnPaintBackground(
    PaintEventArgs pevent
)
protected:
virtual void OnPaintBackground(
    PaintEventArgs^ pevent
) override
abstract OnPaintBackground : 
        pevent:PaintEventArgs -> unit  
override OnPaintBackground : 
        pevent:PaintEventArgs -> unit
protected override function OnPaintBackground(
    pevent : PaintEventArgs
)
Parameters
- pevent
 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.