Wimark.Controls Class Library  

ClientArea.PaintParentBackground Method

Draws the background of a region in the client area.

[Visual Basic]
Overridable Public Function PaintParentBackground( _
   ByVal bounds As Rectangle, _
   ByVal localBounds As Rectangle, _
   ByVal graphics As Graphics, _
   ByVal clipRectangle As Rectangle _
) As Boolean 
[C#]
public virtual bool PaintParentBackground( 
   Rectangle bounds, 
   Rectangle localBounds, 
   Graphics graphics, 
   Rectangle clipRectangle 
);
[C++]
public: virtual bool PaintParentBackground( 
   Rectangle bounds, 
   Rectangle localBounds, 
   Graphics* graphics, 
   Rectangle clipRectangle 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ClientArea Class | ClientArea Members | Wimark.Controls Namespace