Class ListBoxDescription
- Namespace
- HP.LFT.SDK.PowerBuilder
- Assembly
- HP.LFT.SDK.dll
The description of a PowerBuilder ListBox test object.
public class ListBoxDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
- Inheritance
-
ListBoxDescription
- Implements
- Derived
- Inherited Members
Constructors
ListBoxDescription()
public ListBoxDescription()
Properties
Items
The names of all of the items in the list.
public string[] Items { get; set; }
Property Value
- string[]
ItemsCount
The number of items contained in the list.
public int? ItemsCount { get; set; }
Property Value
- int?
SelectedItems
The selected items in the list.
public string[] SelectedItems { get; set; }
Property Value
- string[]