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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ComboBox : Selector, IAutomationPeer, IPeerConverter, IControl, IComboBox, ISelector, IFrameworkElement, ITargetElement
Constructors
ComboBox()
Declaration
public ComboBox()
Fields
IsDropDownOpenProperty
MaxDropDownHeightProperty
Declaration
public static AutomationProperty MaxDropDownHeightProperty
Field Value
Properties
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.
|
Implements
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.
|
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.
|