Microsoft SDK for Java

TabStrip.removeTab

Removes the specified tab from the tab strip.

Syntax

public final void removeTab( int index )

Parameters

index

The zero-based index of the tab to remove.

Remarks

When you remove a tab from the tab strip, all information about the deleted tab is lost.

See Also   addTab

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