AutoCompleteTextBox Methods |
The AutoCompleteTextBox type exposes the following members.
Name | Description | |
---|---|---|
BeginUpdateText | Makes sure that no suggestions are gathered/diplayed. | |
EndUpdateText | Makes sure that no suggestions are gathered/diplayed. | |
GetDisplayText | Gets display text using the BindingEvaluator with the DisplayMember. | |
IsUpdating | Makes sure that no suggestions are gathered/diplayed. | |
OnApplyTemplate |
Gets some named parts of the tempate:
(Overrides FrameworkElementOnApplyTemplate.)
| |
OnSelectedItemChanged | The selected item has changed. | |
OnSelectionAdapterCancel | Called when the suggestion list is left without selection. Resets the Text property. | |
OnSelectionAdapterCommit | Called when an element has been chosen and confirmed in the suggestion list. Synchronizes the Text property. | |
OnSelectionAdapterSelectionChanged | Called when an element has been chosen in the suggestion list, but not commited yet. Synchronizes the Text property, sets cursor. | |
SetEditorText | Silently sets editor text, i.e. without refreshing or displaying suggestions. |