Delegates the painting of the background to the tab control when the rectangle to paint is within the display area of the tab pages. This is needed to render the background of transparent controls using the visual style back color or the same back color of the tab page.

Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public bool PaintBackground(
	PaintEventArgs e
)

See Also