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.

Property Value

IElement

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?