Table of Contents

Class ComboBoxDescription

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

The description of a .NET Windows Forms ComboBox test object.

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

Constructors

ComboBoxDescription()

public ComboBoxDescription()

Properties

Items

The names of the items in the combo box.

public string[] Items { get; set; }

Property Value

string[]

ItemsCount

The number of items in the combo box.

public int? ItemsCount { get; set; }

Property Value

int?

SelectedItem

The selected item in the combo box.

public StringProperty SelectedItem { get; set; }

Property Value

StringProperty