TabPage Class

Methods | This Package | All Packages

Encapsulates a tab page in a tab control.

Component
  |
  +--Control
    |
    +--Panel
      |
      +--TabPage

package com.ms.wfc.ui

public class TabPage
extends
Panel****

Remarks

A tab page is essentially a Panel object with a TabItem object associated with it. This class contains information about a tab in a tab control, such as the text displayed on the tab, the ToolTip text for the tab, and an index that indicates which image in the tab control's image list is displayed on the tab.