IListBox
Mobilize.QualityMate.ControlInterfaces
IListBox Interface
Defines the basic interactions for ListBox controls.
Technology
List
select
wm-group-box
wm-listbox
wm-list-box
Implements IControl, IValidatable, Mobilize.QualityMate.ControlInterfaces.Behavior.IList<IElement>
Properties
IListBox.SelectedItem Property
Gets the text of the selected item of this control.
Property Value
IListBox.SelectedItems Property
Gets the text values of the selected items of this control.
Property Value
System.Collections.Generic.IEnumerable<IElement>
Methods
IListBox.SelectAllItems() Method
Selects all the items of this control.
Last updated
Was this helpful?