Table of Contents

Class ListBoxDescription

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

The description of a standard Windows ListBox test object.

public class ListBoxDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Inheritance
ListBoxDescription
Implements
Derived
Inherited Members

Constructors

ListBoxDescription()

public ListBoxDescription()

Properties

Items

The names of all of the items in the list.

public string[] Items { get; set; }

Property Value

string[]

ItemsCount

The number of items contained in the list.

public int? ItemsCount { get; set; }

Property Value

int?

SelectedItems

The selected items in the list.

public string[] SelectedItems { get; set; }

Property Value

string[]