Table of Contents

Class ComboBoxDescription

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

The description of a WPF ComboBox test object.

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

Constructors

ComboBoxDescription()

public ComboBoxDescription()

Properties

HelpText

The help text associated with the element.

public StringProperty HelpText { get; set; }

Property Value

StringProperty

Items

The names of all of the items in the combo box.

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

SelectedItem

The selected item in the combo box.

public StringProperty SelectedItem { get; set; }

Property Value

StringProperty