Table of Contents

Class ComboBoxDescription

Namespace
HP.LFT.SDK.PowerBuilder
Assembly
HP.LFT.SDK.dll

The description of a PowerBuilder ComboBox test object.

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

Constructors

ComboBoxDescription()

public ComboBoxDescription()

Properties

Items

The names of all 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