Draws background for ToolBar.

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

Syntax

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

Parameters

gxOff
Type: System.Drawing..::.Graphics
Graphics object used for painting.

See Also