Sets the tab pages associated to child control. The list is separated by a semicolon.

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 void SetControlTabPages(
	Control control,
	string tabNames
)

Parameters

control
Type: System.Windows.Forms..::..Control
tabNames
Type: System..::..String

See Also