The AutoCompleteBox type exposes the following members.

Constructors

  NameDescription
AutoCompleteBox
Initializes a new instance of the AutoCompleteBox class.

Methods

  NameDescription
OnApplyTemplate
Called by the framework when ApplyTemplate is called.
(Overrides TextBoxBase..::.OnApplyTemplate()()().)

Fields

  NameDescription
IsDropDownOpenProperty
Identifies the IsDropDownOpen property.
MatchingSuggestionsProperty
Identifies the MatchingSuggestions property.
MaxSuggestionCountProperty
Identifies the MaxSuggestionCount property.
MinimumPrefixLengthProperty
Identifies the MinimumPrefixLength property.
SuggestionsSourceProperty
Identifies the SuggestionsSource property.

Properties

  NameDescription
IsDropDownOpen
Gets or sets whether the suggestion drop-down is open. This is a dependency property.
MatchingSuggestions
Gets the list of suggestions which match the current user input and should be displayed. This is a dependency property.
MaxSuggestionCount
Gets or sets the maximum number of autocomplete suggestions that will be displayed. This is a dependency property.
MinimumPrefixLength
Gets or sets the minimum number of characters required to be entered in the text box before the AutoCompleteBox displays possible matches. This is a dependency property.
SuggestionsSource
Gets or sets a source for autocompletion suggestions. This may be a collection of strings or an IAutoCompleteSuggestionProvider. This is a dependency property.

See Also