Table of Contents

Class TabStripDescription

The description of a Web TabStrip test object.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class TabStripDescription : WebElementDescription, ICloneable, IDescription

Constructors

TabStripDescription()

Declaration
public TabStripDescription()

Properties

FirstTab

The first item in the list of items in this tab strip.

Declaration
public StringProperty FirstTab { get; set; }
Property Value
Type Description
StringProperty

IsEnabled

Indicates whether the tab strip is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Tabs

A read-only collection of all tab names in this tab strip.

Declaration
public string[] Tabs { get; set; }
Property Value
Type Description
string[]

TabsCount

The number of tabs in this tab strip.

Declaration
public uint? TabsCount { get; set; }
Property Value
Type Description
uint?

Implements

ICloneable
IDescription