ComboBox
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class ComboBox : Selector, IAutomationPeer, IPeerConverter, IControl, IComboBox, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlSelectorComboBox...
Implements:
Inherited Members
Constructors
C#
public ComboBox()
Fields
C#
public static AutomationProperty IsDropDownOpenProperty
C#
public static AutomationProperty IsEditableProperty
C#
public static AutomationProperty IsReadOnlyProperty
C#
public static AutomationProperty MaxDropDownHeightProperty
C#
public static AutomationProperty SelectionBoxItemStringFormatProperty
C#
public static AutomationProperty StaysOpenOnEditProperty
C#
public static AutomationProperty TextProperty
Properties
C#
public bool IsDropDownOpen { get; set; }
Implements:
C#
public bool IsEditable { get; set; }
C#
public bool IsReadOnly { get; set; }
C#
public IList<ComboBoxItem> Items { get; }
C#
public virtual FrameworkElement ItemsPopup { get; }
Implements:
C#
public double MaxDropDownHeight { get; set; }
C#
public string SelectionBoxItemStringFormat { get; set; }
C#
public bool StaysOpenOnEdit { get; set; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: