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.Controls.Xaml.Wpf
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
AutomationProperty
|
MaxDropDownHeightProperty
Declaration
public static AutomationProperty MaxDropDownHeightProperty
Field Value
AutomationProperty
|
MinimumPopulateDelayProperty
Declaration
public static AutomationProperty MinimumPopulateDelayProperty
Field Value
AutomationProperty
|
MinimumPrefixLengthProperty
Declaration
public static AutomationProperty MinimumPrefixLengthProperty
Field Value
AutomationProperty
|
SearchTextProperty
TextProperty
Properties
FilterMode
Declaration
public AutoCompleteFilterMode FilterMode { get; set; }
Property Value
AutoCompleteFilterMode
|
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.Boolean
|
IsTextCompletionEnabled
Declaration
public bool IsTextCompletionEnabled { get; set; }
Property Value
System.Boolean
|
MaxDropDownHeight
Declaration
public double MaxDropDownHeight { get; set; }
Property Value
System.Double
|
MinimumPopulateDelay
Declaration
public int MinimumPopulateDelay { get; set; }
Property Value
System.Int32
|
MinimumPrefixLength
Declaration
public int MinimumPrefixLength { get; set; }
Property Value
System.Int32
|
SearchText
Declaration
public string SearchText { get; set; }
Property Value
System.String
|
Selector
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Implements
TextBox
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
Select(Boolean, Int32)
Declaration
public void Select(bool simulateRealUser, int itemIndex)
Parameters
System.Boolean
simulateRealUser
|
System.Int32
itemIndex
|
Implements
Select(Boolean, String)
Declaration
public void Select(bool simulateRealUser, string itemText)
Parameters
System.Boolean
simulateRealUser
|
System.String
itemText
|
Implements
SetText(Boolean, String, Int32, Int32)
Declaration
public void SetText(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|