Class ComboBoxDescription
The description of a standard Windows ComboBox test object.
Inheritance
ComboBoxDescription
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public class ComboBoxDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Constructors
ComboBoxDescription()
Declaration
public ComboBoxDescription()
Properties
Items
The names of all items in the combo box.
Declaration
public string[] Items { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
ItemsCount
The number of items in the combo box.
Declaration
public int? ItemsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SelectedItem
The selected item in the combo box.
Declaration
public StringProperty SelectedItem { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |