Overview | Methods | This Package | All Packages
Removes the specified tabbed page from this control.
Syntax
public void remove( Control control )
Parameters
control
A TabPage object that represents the tabbed page to remove. If the value you supply is not a TabPage object found in the child list for this tab control, this method has no effect.
See Also add