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