Table of Contents

Class ListBoxDescription

The description of a standard Windows ListBox test object.

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

Constructors

ListBoxDescription()

Declaration
public ListBoxDescription()

Properties

Items

The names of all of the items in the list.

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

ItemsCount

The number of items contained in the list.

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

SelectedItems

The selected items in the list.

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

Implements

ICloneable
IDescription