Class AutoCompleteBox
Inheritance
System.Object
AutoCompleteBox
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 AutoCompleteBox : Control, IAutomationPeer, IPeerConverter, IAutoCompleteBox, IControl, IFrameworkElement, ITargetElement
Constructors
AutoCompleteBox()
Declaration
public AutoCompleteBox()
Fields
FilterModeProperty
IsDropDownOpenProperty
IsTextCompletionEnabledProperty
Declaration
public static AutomationProperty IsTextCompletionEnabledProperty
Field Value
MaxDropDownHeightProperty
Declaration
public static AutomationProperty MaxDropDownHeightProperty
Field Value
MinimumPopulateDelayProperty
Declaration
public static AutomationProperty MinimumPopulateDelayProperty
Field Value
MinimumPrefixLengthProperty
Declaration
public static AutomationProperty MinimumPrefixLengthProperty
Field Value
SearchTextProperty
TextProperty
Properties
FilterMode
Declaration
public AutoCompleteFilterMode FilterMode { get; set; }
Property Value
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.
|
IsTextCompletionEnabled
Declaration
public bool IsTextCompletionEnabled { get; set; }
Property Value
System.
|
MaxDropDownHeight
Declaration
public double MaxDropDownHeight { get; set; }
Property Value
System.
|
MinimumPopulateDelay
Declaration
public int MinimumPopulateDelay { get; set; }
Property Value
System.
|
MinimumPrefixLength
Declaration
public int MinimumPrefixLength { get; set; }
Property Value
System.
|
SearchText
Declaration
public string SearchText { get; set; }
Property Value
System.
|
Selector
Declaration
public virtual IListBox Selector { get; }
Property Value
Implements
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
TextBox
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|
Overrides
Select(Boolean, Int32)
Declaration
public void Select(bool simulateRealUser, int itemIndex)
Parameters
System.
|
System.
|
Implements
Select(Boolean, String)
Declaration
public void Select(bool simulateRealUser, string itemText)
Parameters
System.
|
System.
|
Implements
SetText(Boolean, String, Int32, Int32)
Declaration
public void SetText(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
System.
|
System.
|
System.
|
System.
|