Microsoft SDK for Java

TabStrip Class

Encapsulates a tab strip control.

Component 
  |
  +--Control 
     |
     +--TabBase 
        |
        +--TabStrip

package com.ms.wfc.ui

public class TabStrip
extends
TabBase

Remarks

Many methods of the TabStrip control take either a TabItem object or a string as a parameter. If you pass a string to one of these methods, a TabItem object whose text property is set to that string is created and used by the method.

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