Table of Contents

Class ListDescription

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

The description of a WPF List test object.

public class ListDescription : UiObjectDescriptionBase, ICloneable, IDescription
Inheritance
ListDescription
Implements
Inherited Members

Constructors

ListDescription()

public ListDescription()

Properties

CanSelectMultiple

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

public bool? CanSelectMultiple { get; set; }

Property Value

bool?

HelpText

The help text associated with the element.

public StringProperty HelpText { get; set; }

Property Value

StringProperty

Items

The list of all items in the list object.

public string[] Items { get; set; }

Property Value

string[]

Name

The name of this object.

public StringProperty Name { get; set; }

Property Value

StringProperty

ParentText

The text associated with the parent object of this object.

public StringProperty ParentText { get; set; }

Property Value

StringProperty

SelectedItems

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

public string[] SelectedItems { get; set; }

Property Value

string[]