TabControlRedrawBackground(Boolean) Method

Drops the back buffer of TabControl and causes the background to be redrawn.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public virtual void RedrawBackground(
	bool bDropParent
)

Parameters

bDropParent  Boolean
True if parent container is also dirty; false otherwise.

See Also