Removes the specified tabbed page from this control.
public void remove( Control control )
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