Table of Contents

Class ListDescription

The description of a WPF List test object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class ListDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

ListDescription()

Declaration
public ListDescription()

Properties

CanSelectMultiple

Indicates whether the container allows more than one child element to be selected concurrently.

Declaration
public bool? CanSelectMultiple { get; set; }
Property Value
Type Description
bool?

HelpText

The help text associated with the element.

Declaration
public StringProperty HelpText { get; set; }
Property Value
Type Description
StringProperty

Items

The list of all items in the list object.

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

Name

The name of this object.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

ParentText

The text associated with the parent object of this object.

Declaration
public StringProperty ParentText { get; set; }
Property Value
Type Description
StringProperty

SelectedItems

The list of items that are selected in the list object.

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

Implements

ICloneable
IDescription