Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TabControl.remove
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