TabControlDraw Method

Draws the foreground of TabControl.

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

The method does not perform any drawing as TabControl is only used a container for a ToolBar which used to switch between the tabs and TabPage objects.

See Also