Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.