New to Telerik Test StudioStart a free 30-day trial

IComboBox

Interface

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public interface IComboBox : ISelector, IFrameworkElement, ITargetElement

Derived Classes: ComboBoxComboBox

Inherited Members ISelector.SelectedIndexIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host...

Properties

C#
bool IsDropDownOpen { get; set; }
C#
FrameworkElement ItemsPopup { get; }

Methods

C#
void OpenDropDown(bool simulateRealUser)
Parameters:simulateRealUserbool
C#
void SelectItemByIndex(bool simulateRealUser, int index, bool openDropDownBeforeSelection)
Parameters:simulateRealUserboolindexintopenDropDownBeforeSelectionbool
C#
void SelectItemByIndex(bool simulateRealUser, int index)
Parameters:simulateRealUserboolindexint
C#
void SelectItemByText(bool simulateRealUser, string text, bool openDropDownBeforeSelection)
Parameters:simulateRealUserbooltextstringopenDropDownBeforeSelectionbool
C#
void SelectItemByText(bool simulateRealUser, string text)
Parameters:simulateRealUserbooltextstring