Class TabStripDescription
The description of a WPF TabStrip test object.
Inherited Members
Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class TabStripDescription : UiObjectDescriptionBase, ICloneable, IDescription
Constructors
TabStripDescription()
Declaration
public TabStripDescription()
Properties
Name
The name of this object.
Declaration
public StringProperty Name { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
SelectedTab
The selected tab in the tab object.
Declaration
public StringProperty SelectedTab { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Tabs
The list of all items in this object.
Declaration
public string[] Tabs { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |