Constructors
-
Auto
Complete Initializes a new instance of the AutoCompleteBox class.Box()
Methods
-
Format
Value(Object) protectedvirtual Converts the specified object to a string by using the Converter and ConverterCulture values of the binding object specified by the ValueMemberBinding property. -
Get
Selection protectedvirtual Returns the ISelectionAdapter part, if possible.Adapter Part(IName Scope) -
Has
Focus() protected Determines whether the text box or drop-down portion of the AutoCompleteBox control has focus. -
On
Drop protectedvirtual Raises the DropDownClosed event.Down Closed(Event Args) -
On
Drop protectedvirtual Raises the DropDownClosing event.Down Closing(Cancel Event Args) -
On
Drop protectedvirtual Raises the DropDownOpened event.Down Opened(Event Args) -
On
Drop protectedvirtual Raises the DropDownOpening event.Down Opening(Cancel Event Args) -
On
Got protectedvirtual Provides handling for the GotFocus event.Focus(Got Focus Event Args) -
On
Key protectedvirtual Provides handling for the KeyDown event.Down(Key Event Args) -
On
Lost protectedvirtual Provides handling for the LostFocus event.Focus(Routed Event Args) -
On
Populated(Populated protectedvirtual Raises the Populated event.Event Args) -
On
Populating(Populating protectedvirtual Raises the Populating event.Event Args) -
On
Selection protectedvirtual Raises the SelectionChanged event.Changed(Selection Changed Event Args) -
On
Template protectedvirtual Builds the visual tree for the AutoCompleteBox control when a new template is applied.Applied(Template Applied Event Args) -
On
Text protectedvirtual Raises the TextChanged event.Changed(Routed Event Args) -
Populate
Complete() Notifies the AutoCompleteBox that the Items property has been set and the data can be filtered to provide possible matches in the drop-down.
Fields
-
Async
Populator staticProperty -
Filter
Mode static Gets the identifier for the FilterMode dependency property.Property -
Is
Drop static Identifies the IsDropDownOpen dependency property.Down Open Property -
Is
Text static Identifies the IsTextCompletionEnabled dependency property.Completion Enabled Property -
Item
Filter static Identifies the ItemFilter dependency property.Property -
Item
Template static Identifies the ItemTemplate dependency property.Property -
Items
Property static Identifies the ItemsSource dependency property. -
Max
Drop static Identifies the MaxDropDownHeight dependency property.Down Height Property -
Minimum
Populate static Identifies the MinimumPopulateDelay dependency property.Delay Property -
Minimum
Prefix static Identifies the MinimumPrefixLength dependency property.Length Property -
Search
Text static Identifies the SearchText dependency property.Property -
Selected
Item static Identifies the SelectedItem dependency property.Property -
Selection
Changed staticEvent -
Text
Filter static Identifies the TextFilter dependency property.Property -
Text
Property static Identifies the Text dependency property. -
Value
Member staticSelector Property -
Watermark
Property static
Properties
-
Async
Populator -
Drop
Down private Gets or sets the drop down popup control.Popup -
Filter
Mode Gets or sets how the text in the text box is used to filter items specified by the ItemsSource property for display in the drop-down. -
Is
Drop Gets or sets a value indicating whether the drop-down portion of the control is open.Down Open -
Is
Text Gets or sets a value indicating whether the first possible match found during the filtering process will be displayed automatically in the text box.Completion Enabled -
Item
Filter Gets or sets the custom method that uses user-entered text to filter the items specified by the ItemsSource property for display in the drop-down. -
Item
Template Gets or sets the DataTemplate used to display each item in the drop-down portion of the control. - Items Gets or sets a collection that is used to generate the items for the drop-down portion of the AutoCompleteBox control.
-
Max
Drop Gets or sets the maximum height of the drop-down portion of the AutoCompleteBox control.Down Height -
Minimum
Populate Gets or sets the minimum delay, after text is typed in the text box before the AutoCompleteBox control populates the list of possible matches in the drop-down.Delay -
Minimum
Prefix Gets or sets the minimum number of characters required to be entered in the text box before the AutoCompleteBox displays possible matches. matches.Length -
Search
Text Gets the text that is used to filter items in the ItemsSource item collection. -
Selected
Item Gets or sets the selected item in the drop-down. -
Selection
Adapter protected Gets or sets the selection adapter used to populate the drop-down with a list of selectable items. - Text Gets or sets the text in the text box portion of the AutoCompleteBox control.
-
Text
Box private Gets or sets the Text template part. -
Text
Box privateSelection Length -
Text
Box privateSelection Start -
Text
Filter Gets or sets the custom method that uses the user-entered text to filter items specified by the ItemsSource property in a text-based way for display in the drop-down. -
Value
Member Gets or sets the Binding that is used to get the values for display in the text portion of the AutoCompleteBox control.Binding -
Value
Member Gets or sets the MemberSelector that is used to get values for display in the text portion of the AutoCompleteBox control.Selector - Watermark
Events
-
Drop
Down Occurs when the IsDropDownOpen property was changed from true to false and the drop-down is open.Closed -
Drop
Down Occurs when the IsDropDownOpen property is changing from true to false.Closing -
Drop
Down Occurs when the value of the IsDropDownOpen property has changed from false to true and the drop-down is open.Opened -
Drop
Down Occurs when the value of the IsDropDownOpen property is changing from false to true.Opening - Populated Occurs when the AutoCompleteBox has populated the drop-down with possible matches based on the Text property.
- Populating Occurs when the AutoCompleteBox is populating the drop-down with possible matches based on the Text property.
-
Selection
Changed Occurs when the selected item in the drop-down portion of the AutoCompleteBox has changed. -
Text
Changed Occurs when the text in the text box portion of the AutoCompleteBox changes.