Class ComboBoxDescription
The description of a .NET Windows Forms ComboBox test object.
Inherited Members
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class ComboBoxDescription : UiObjectDescriptionBase, ICloneable, IDescription
Constructors
ComboBoxDescription()
Declaration
public ComboBoxDescription()
Properties
Items
The names of the 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 |