ComboBox
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class ComboBox : Selector, IAutomationPeer, IPeerConverter, IControl, IComboBox, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorComboBox...
Implements:
Inherited Members
Constructors
C#
public ComboBox()
Fields
C#
public static AutomationProperty IsDropDownOpenProperty
C#
public static AutomationProperty MaxDropDownHeightProperty
Properties
C#
public bool IsDropDownOpen { get; set; }
Implements:
C#
public IList<ComboBoxItem> Items { get; }
C#
public virtual FrameworkElement ItemsPopup { get; }
Implements:
C#
public double MaxDropDownHeight { get; set; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: