Table of Contents

Class StatusBarDescription

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

The description of a standard Windows StatusBar test object.

public class StatusBarDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Inheritance
StatusBarDescription
Implements
Inherited Members

Constructors

StatusBarDescription()

public StatusBarDescription()

Properties

Items

All items (parts) in the StatusBarDescription.

public string[] Items { get; set; }

Property Value

string[]

ItemsCount

The number of items in the StatusBarDescription.

public int? ItemsCount { get; set; }

Property Value

int?