Removes the tab specified

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

C#
public void RemoveTab(
	ItemsControl tab
)
Visual Basic
Public Sub RemoveTab ( _
	tab As ItemsControl _
)
JScript
public function RemoveTab(
	tab : ItemsControl
)

Parameters

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

Collapse imageSee Also