Paints the background of the control.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
protected override void DrawBackGround(
	Graphics gxBack
)
Visual Basic (Declaration)
Protected Overrides Sub DrawBackGround ( _
	gxBack As Graphics _
)
Visual C++
protected:
virtual void DrawBackGround(
	Graphics^ gxBack
) override

Parameters

gxBack
Type: System.Drawing..::.Graphics
A Graphics object to paint to.

See Also