Table of Contents

Class TabControlDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java TabControl test object.

public class TabControlDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
TabControlDescription
Implements
Inherited Members

Constructors

TabControlDescription()

public TabControlDescription()

Properties

OrigLogicalLocation

The original logical location of the tab control.

public StringProperty OrigLogicalLocation { get; set; }

Property Value

StringProperty

SelectedTab

The tabbed panel selected in this tab control.

public StringProperty SelectedTab { get; set; }

Property Value

StringProperty

TabsCount

The number of tabbed panels contained in this tab control.

public int? TabsCount { get; set; }

Property Value

int?