Table of Contents

Class ExpandBarDescription

The description of a Java ExpandBar test object.

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

Constructors

ExpandBarDescription()

Declaration
public ExpandBarDescription()

Properties

ExpandedItems

The expanded items in the ExpandBar.

Declaration
public string[] ExpandedItems { get; set; }
Property Value
Type Description
string[]

ItemsCount

The number of ExpandBar items in the ExpandBar.

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

Implements

ICloneable
IDescription