Encapsulates the tab control.
Component | +--Control | +--TabBase | +--TabControl
package com.ms.wfc.ui
public class TabControl
extends TabBase
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