Class TabStripDescription
The description of an SAPUI5 TabStrip test object.
Inheritance
TabStripDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class TabStripDescription : WebElementDescription, ICloneable, IDescription
Constructors
TabStripDescription()
Declaration
public TabStripDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Tabs
A collection of tabs in the tab strip, separated by semi-colons (;).
Declaration
public string[] Tabs { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
TabsCount
The number of tabs contained in the tabstrip object.
Declaration
public uint? TabsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |