Microsoft SDK for Java

TabControl Class

Encapsulates the tab control.

Component 
  |
  +--Control 
     |
     +--TabBase 
        |
        +--TabControl

package com.ms.wfc.ui

public class TabControl
extends
TabBase

Remarks

A tab control contains tabbed pages (represented by TabPage objects), which can in turn contain other controls. The user displays the controls on a tabbed page by selecting the tab for the page. The tab can have the standard appearance of a tab or the appearance of a three-dimensional or flat button.

See Also   TabStrip, TabBase, TabPage

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