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
AutomationProperty
|
Properties
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.Boolean
|
Implements
Items
Declaration
public IList<ComboBoxItem> Items { get; }
Property Value
System.Collections.Generic.IList<ComboBoxItem>
|
ItemsPopup
Declaration
public virtual FrameworkElement ItemsPopup { get; }
Property Value
FrameworkElement
|
Implements
MaxDropDownHeight
Declaration
public double MaxDropDownHeight { get; set; }
Property Value
System.Double
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
OpenDropDown(Boolean)
Declaration
public void OpenDropDown(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|
Implements
SelectItemByIndex(Boolean, Int32)
Declaration
public void SelectItemByIndex(bool simulateRealUser, int index)
Parameters
System.Boolean
simulateRealUser
|
System.Int32
index
|
Implements
SelectItemByIndex(Boolean, Int32, Boolean)
Declaration
public void SelectItemByIndex(bool simulateRealUser, int index, bool openDropDownBeforeSelection)
Parameters
System.Boolean
simulateRealUser
|
System.Int32
index
|
System.Boolean
openDropDownBeforeSelection
|
Implements
SelectItemByText(Boolean, String)
Declaration
public void SelectItemByText(bool simulateRealUser, string text)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
Implements
SelectItemByText(Boolean, String, Boolean)
Declaration
public void SelectItemByText(bool simulateRealUser, string text, bool openDropDownBeforeSelection)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Boolean
openDropDownBeforeSelection
|