Sets tabs in a list box. List boxes use tabs to align columns of data.

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

Syntax

C#
public static bool SetListTabStops(
	Control ctrl,
	SalArray<SalNumber> tabStops
)

Parameters

ctrl
Type: System.Windows.Forms..::..Control
tabStops
Type: PPJ.Runtime..::..SalArray<(Of <(<'SalNumber>)>)>

Return Value

See Also