Click or drag to resize

TabPageRemoveTabPage Method

Removes the TabPage at the specified index.

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 void RemoveTabPage(
	int index
)

Parameters

index
Type: SystemInt32
The index of the TabPage that should be removed.
See Also