Class TabStripDescription
The description of a Web TabStrip test object.
public class TabStripDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
TabStripDescription
- Implements
- Inherited Members
Constructors
TabStripDescription()
public TabStripDescription()
Properties
FirstTab
The first item in the list of items in this tab strip.
public StringProperty FirstTab { get; set; }
Property Value
IsEnabled
Indicates whether the tab strip is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Tabs
A read-only collection of all tab names in this tab strip.
public string[] Tabs { get; set; }
Property Value
- string[]
TabsCount
The number of tabs in this tab strip.
public uint? TabsCount { get; set; }
Property Value
- uint?