TabControlDrawBackGround Method

Draws the background of TabControl.

Definition

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

Parameters

gxBack  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