Table of Contents

Class ComboBoxDescription

The description of a WPF ComboBox test object.

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

Constructors

ComboBoxDescription()

Declaration
public ComboBoxDescription()

Properties

HelpText

The help text associated with the element.

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

Items

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

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

SelectedItem

The selected item in the combo box.

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

Implements

ICloneable
IDescription