ShellAutoCompleteTextBox Methods |
The ShellAutoCompleteTextBox type exposes the following members.
Name | Description | |
---|---|---|
BeginUpdateText | Makes sure that no suggestions are gathered/diplayed. (Inherited from AutoCompleteTextBox.) | |
EndUpdateText | Makes sure that no suggestions are gathered/diplayed. (Inherited from AutoCompleteTextBox.) | |
FolderChanged | Displays the selected ItemIdList's path. | |
GetDisplayText |
Gets display text using the BindingEvaluator with the DisplayMember.
(Overrides AutoCompleteTextBoxGetDisplayText(Object).) | |
IsUpdating | Makes sure that no suggestions are gathered/diplayed. (Inherited from AutoCompleteTextBox.) | |
OnApplyTemplate |
When overridden in a derived class, is invoked whenever application code or internal
processes call ApplyTemplate
.
(Overrides AutoCompleteTextBoxOnApplyTemplate.) | |
OnPropertyChanged |
Synchronizes the Location with the Text of the Control.
(Overrides FrameworkElementOnPropertyChanged(DependencyPropertyChangedEventArgs).) | |
OnSelectionAdapterCancel |
Called when the suggestion list is left without selection. Resets the Text property to the last valid Location.
(Overrides AutoCompleteTextBoxOnSelectionAdapterCancel.) | |
OnSelectionAdapterCommit |
Called when an element has been chosen and confirmed in the suggestion list.
Synchronizes the Location property.
(Overrides AutoCompleteTextBoxOnSelectionAdapterCommit.) | |
OnSelectionAdapterSelectionChanged | Called when an element has been chosen in the suggestion list, but not commited yet. Synchronizes the Text property, sets cursor. (Inherited from AutoCompleteTextBox.) | |
SelectAll | Selects the complete text in the component. | |
SelectedFileChange | Displays the selected ItemIdList's path. | |
SetEditorText | Silently sets editor text, i.e. without refreshing or displaying suggestions. (Inherited from AutoCompleteTextBox.) |