Table of Contents

Class TabStripDescription

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

The description of a WPF TabStrip test object.

public class TabStripDescription : UiObjectDescriptionBase, ICloneable, IDescription
Inheritance
TabStripDescription
Implements
Inherited Members

Constructors

TabStripDescription()

public TabStripDescription()

Properties

Name

The name of this object.

public StringProperty Name { get; set; }

Property Value

StringProperty

SelectedTab

The selected tab in the tab object.

public StringProperty SelectedTab { get; set; }

Property Value

StringProperty

Tabs

The list of all items in this object.

public string[] Tabs { get; set; }

Property Value

string[]