For internal use.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override void DrawBackground(
	Graphics graphics,
	Rectangle backgroundRect
)
Visual Basic
Protected Overrides Sub DrawBackground ( _
	graphics As Graphics, _
	backgroundRect As Rectangle _
)

Parameters

graphics
Type: System.Drawing..::..Graphics
backgroundRect
Type: System.Drawing..::..Rectangle

See Also