Click or drag to resize

TabControlRemoveTabPage Method

Removes a specified tabpage

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public TabPage RemoveTabPage(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index to the tab page to remove.

Return Value

Type: TabPage
Returns a reference to the removed TabPage.
See Also