Interface IComboBox
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IComboBox : ISelector, IFrameworkElement, ITargetElement
Properties
IsDropDownOpen
Declaration
bool IsDropDownOpen { get; set; }
Property Value
System.Boolean
|
ItemsPopup
Methods
OpenDropDown(Boolean)
Declaration
void OpenDropDown(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|
SelectItemByIndex(Boolean, Int32)
Declaration
void SelectItemByIndex(bool simulateRealUser, int index)
Parameters
System.Boolean
simulateRealUser
|
System.Int32
index
|
SelectItemByIndex(Boolean, Int32, Boolean)
Declaration
void SelectItemByIndex(bool simulateRealUser, int index, bool openDropDownBeforeSelection)
Parameters
System.Boolean
simulateRealUser
|
System.Int32
index
|
System.Boolean
openDropDownBeforeSelection
|
SelectItemByText(Boolean, String)
Declaration
void SelectItemByText(bool simulateRealUser, string text)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
SelectItemByText(Boolean, String, Boolean)
Declaration
void SelectItemByText(bool simulateRealUser, string text, bool openDropDownBeforeSelection)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Boolean
openDropDownBeforeSelection
|