Wimark.Controls Class Library  

GroupBox.PaintParentBackground Method

Draws the background of a region in the group box.

[Visual Basic]
Public Function PaintParentBackground( _
   ByVal bounds As Rectangle, _
   ByVal localBounds As Rectangle, _
   ByVal graphics As Graphics, _
   ByVal clipRectangle As Rectangle _
) As Boolean 
[C#]
public bool PaintParentBackground( 
   Rectangle bounds, 
   Rectangle localBounds, 
   Graphics graphics, 
   Rectangle clipRectangle 
);
[C++]
public: 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

GroupBox Class | GroupBox Members | Wimark.Controls Namespace