TabPageDraw Method

Draws the foreground of TabPage.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
protected override void Draw(
	Graphics gxOff
)

Parameters

gxOff  Graphics
A Graphics object to draw to.

Remarks

This implemenation does not draw anything.

See Also