Class ComboBox
Inheritance
System.Object
ComboBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ComboBox : Selector, IAutomationPeer, IPeerConverter, IControl, IComboBox, ISelector, IFrameworkElement, ITargetElement
Constructors
ComboBox()
Declaration
public ComboBox()
Fields
IsDropDownOpenProperty
IsEditableProperty
IsReadOnlyProperty
MaxDropDownHeightProperty
Declaration
public static AutomationProperty MaxDropDownHeightProperty
Field Value
SelectionBoxItemStringFormatProperty
Declaration
public static AutomationProperty SelectionBoxItemStringFormatProperty
Field Value
StaysOpenOnEditProperty
TextProperty
Properties
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.
|
Implements
IsEditable
Declaration
public bool IsEditable { get; set; }
Property Value
System.
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
Items
Declaration
public IList<ComboBoxItem> Items { get; }
Property Value
System.
|
ItemsPopup
Declaration
public virtual FrameworkElement ItemsPopup { get; }
Property Value
Implements
MaxDropDownHeight
Declaration
public double MaxDropDownHeight { get; set; }
Property Value
System.
|
SelectionBoxItemStringFormat
Declaration
public string SelectionBoxItemStringFormat { get; set; }
Property Value
System.
|
StaysOpenOnEdit
Declaration
public bool StaysOpenOnEdit { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
Automation
|
Overrides
Implements
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|
Overrides
OpenDropDown(Boolean)
Declaration
public void OpenDropDown(bool simulateRealUser)
Parameters
System.
|
Implements
SelectItemByIndex(Boolean, Int32)
Declaration
public void SelectItemByIndex(bool simulateRealUser, int index)
Parameters
System.
|
System.
|
Implements
SelectItemByIndex(Boolean, Int32, Boolean)
Declaration
public void SelectItemByIndex(bool simulateRealUser, int index, bool openDropDownBeforeSelection)
Parameters
System.
|
System.
|
System.
|
Implements
SelectItemByText(Boolean, String)
Declaration
public void SelectItemByText(bool simulateRealUser, string text)
Parameters
System.
|
System.
|
Implements
SelectItemByText(Boolean, String, Boolean)
Declaration
public void SelectItemByText(bool simulateRealUser, string text, bool openDropDownBeforeSelection)
Parameters
System.
|
System.
|
System.
|