Table of Contents

Class TabDescription

The description of an Oracle tabbed region test object.

Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public class TabDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

TabDescription()

Declaration
public TabDescription()

Properties

ClassPath

The Oracle class hierarchy of the object's Oracle class.

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

IsEnabled

Indicates whether the object is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Label

The text displayed on the object.

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

Implements

ICloneable
IDescription