Click or drag to resize

AutoCompleteTextBox Methods

The AutoCompleteTextBox type exposes the following members.

Methods
  NameDescription
Public methodBeginUpdateText
Makes sure that no suggestions are gathered/diplayed.
Public methodEndUpdateText
Makes sure that no suggestions are gathered/diplayed.
Protected methodGetDisplayText
Gets display text using the BindingEvaluator with the DisplayMember.
Public methodIsUpdating
Makes sure that no suggestions are gathered/diplayed.
Public methodOnApplyTemplate
Gets some named parts of the tempate:
  • PART_Editor: a Textbox
  • PART_Popup: a Popup
  • PART_Selector: a Selector
Attaches some events for the collaboration of these controls.
(Overrides FrameworkElementOnApplyTemplate.)
Public methodStatic memberOnSelectedItemChanged
The selected item has changed.
Protected methodOnSelectionAdapterCancel
Called when the suggestion list is left without selection. Resets the Text property.
Protected methodOnSelectionAdapterCommit
Called when an element has been chosen and confirmed in the suggestion list. Synchronizes the Text property.
Protected methodOnSelectionAdapterSelectionChanged
Called when an element has been chosen in the suggestion list, but not commited yet. Synchronizes the Text property, sets cursor.
Protected methodSetEditorText
Silently sets editor text, i.e. without refreshing or displaying suggestions.
Top
See Also