Class ListBoxDescription
The description of a .NET Windows Forms ListBox test object.
public class ListBoxDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
ListBoxDescription
- Implements
- Derived
- Inherited Members
Constructors
ListBoxDescription()
public ListBoxDescription()
Properties
Items
The names of the items in the list.
public string[] Items { get; set; }
Property Value
- string[]
ItemsCount
The number of items 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[]