Table of Contents

Class TabControlDescription

The description of a Java TabControl test object.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class TabControlDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

TabControlDescription()

Declaration
public TabControlDescription()

Properties

OrigLogicalLocation

The original logical location of the tab control.

Declaration
public StringProperty OrigLogicalLocation { get; set; }
Property Value
Type Description
StringProperty

SelectedTab

The tabbed panel selected in this tab control.

Declaration
public StringProperty SelectedTab { get; set; }
Property Value
Type Description
StringProperty

TabsCount

The number of tabbed panels contained in this tab control.

Declaration
public int? TabsCount { get; set; }
Property Value
Type Description
int?

Implements

ICloneable
IDescription