Table of Contents

Class StatusBarDescription

The description of a standard Windows StatusBar test object.

Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public class StatusBarDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription

Constructors

StatusBarDescription()

Declaration
public StatusBarDescription()

Properties

Items

All items (parts) in the StatusBarDescription.

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

ItemsCount

The number of items in the StatusBarDescription.

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

Implements

ICloneable
IDescription