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
Syntaxpublic TabPage RemoveTabPage(
int index
)
Parameters
- index
- Type: SystemInt32
The zero-based index to the tab page to remove.
Return Value
Type:
TabPageReturns a reference to the removed
TabPage.
See Also