Click or drag to resize

ShellAutoCompleteTextBox Methods

The ShellAutoCompleteTextBox type exposes the following members.

Methods
  NameDescription
Public methodBeginUpdateText
Makes sure that no suggestions are gathered/diplayed.
(Inherited from AutoCompleteTextBox.)
Public methodEndUpdateText
Makes sure that no suggestions are gathered/diplayed.
(Inherited from AutoCompleteTextBox.)
Public methodFolderChanged
Displays the selected ItemIdList's path.
Protected methodGetDisplayText
Gets display text using the BindingEvaluator with the DisplayMember.
(Overrides AutoCompleteTextBoxGetDisplayText(Object).)
Public methodIsUpdating
Makes sure that no suggestions are gathered/diplayed.
(Inherited from AutoCompleteTextBox.)
Public methodOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate .
(Overrides AutoCompleteTextBoxOnApplyTemplate.)
Protected methodOnPropertyChanged
Synchronizes the Location with the Text of the Control.
(Overrides FrameworkElementOnPropertyChanged(DependencyPropertyChangedEventArgs).)
Protected methodOnSelectionAdapterCancel
Called when the suggestion list is left without selection. Resets the Text property to the last valid Location.
(Overrides AutoCompleteTextBoxOnSelectionAdapterCancel.)
Protected methodOnSelectionAdapterCommit
Called when an element has been chosen and confirmed in the suggestion list. Synchronizes the Location property.
(Overrides AutoCompleteTextBoxOnSelectionAdapterCommit.)
Protected methodOnSelectionAdapterSelectionChanged
Called when an element has been chosen in the suggestion list, but not commited yet. Synchronizes the Text property, sets cursor.
(Inherited from AutoCompleteTextBox.)
Public methodSelectAll
Selects the complete text in the component.
Public methodSelectedFileChange
Displays the selected ItemIdList's path.
Protected methodSetEditorText
Silently sets editor text, i.e. without refreshing or displaying suggestions.
(Inherited from AutoCompleteTextBox.)
Top
See Also