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