AutoCompleteBox
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class AutoCompleteBox : Control, IAutomationPeer, IPeerConverter, IAutoCompleteBox, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlAutoCompleteBox...
Implements:
Inherited Members
Constructors
C#
public AutoCompleteBox()
Fields
C#
public static AutomationProperty FilterModeProperty
C#
public static AutomationProperty IsDropDownOpenProperty
C#
public static AutomationProperty IsTextCompletionEnabledProperty
C#
public static AutomationProperty MaxDropDownHeightProperty
C#
public static AutomationProperty MinimumPopulateDelayProperty
C#
public static AutomationProperty MinimumPrefixLengthProperty
C#
public static AutomationProperty SearchTextProperty
C#
public static AutomationProperty TextProperty
Properties
C#
public AutoCompleteFilterMode FilterMode { get; set; }
C#
public bool IsDropDownOpen { get; set; }
C#
public bool IsTextCompletionEnabled { get; set; }
C#
public double MaxDropDownHeight { get; set; }
C#
public int MinimumPopulateDelay { get; set; }
C#
public int MinimumPrefixLength { get; set; }
C#
public string SearchText { get; set; }