Class ComboBoxDescription
The description of a WPF ComboBox test object.
public class ComboBoxDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
ComboBoxDescription
- Implements
- Inherited Members
Constructors
ComboBoxDescription()
public ComboBoxDescription()
Properties
HelpText
The help text associated with the element.
public StringProperty HelpText { get; set; }
Property Value
Items
The names of all of the items in the combo box.
public string[] Items { get; set; }
Property Value
- string[]
Name
The name of this object.
public StringProperty Name { get; set; }
Property Value
ParentText
The text associated with the parent object of this object.
public StringProperty ParentText { get; set; }
Property Value
SelectedItem
The selected item in the combo box.
public StringProperty SelectedItem { get; set; }