Inserts a new tab at the index specified

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void AddTab(
	ItemsControl tab,
	int index
)
Visual Basic
Public Sub AddTab ( _
	tab As ItemsControl, _
	index As Integer _
)
JScript
public function AddTab(
	tab : ItemsControl, 
	index : int
)

Parameters

tab
Type: System.Windows.Controls..::..ItemsControl
index
Type: System..::..Int32

See Also