Click or drag to resize

ShellAutoCompleteTextBox Class

Textbox with autoComplete- and autoSuggest functionality from the shell.
Inheritance Hierarchy

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public class ShellAutoCompleteTextBox : AutoCompleteTextBox, 
	IShellControlConnectorTarget

The ShellAutoCompleteTextBox type exposes the following members.

Constructors
  NameDescription
Public methodShellAutoCompleteTextBox
Initializes a new instance of the ShellAutoCompleteTextBox class
Top
Properties
  NameDescription
Public propertyAutoCompleteOptions
Gets or sets options for controlling the items in suggestion list.
Public propertyDelay
Gets or sets the change delay between typing and refreshing the AutoSuggest list.
(Inherited from AutoCompleteTextBox.)
Public propertyDisplayMember
Gets or sets the display member, i.e. the property of the objects provided by Provider that should be displayed as text.
(Inherited from AutoCompleteTextBox.)
Protected propertyEditor
Gets or sets the component serving as editor.
(Inherited from AutoCompleteTextBox.)
Public propertyIconVisibility
Gets or sets the icon visibility.
(Inherited from AutoCompleteTextBox.)
Public propertyIsReadOnly
Gets or sets a value indicating whether this object is read only.
(Inherited from AutoCompleteTextBox.)
Protected propertyItemsSelector
Gets or sets the items selector.
(Inherited from AutoCompleteTextBox.)
Public propertyItemTemplate
Gets or sets the item template.
(Inherited from AutoCompleteTextBox.)
Public propertyItemTemplateSelector
Gets or sets the item template selector.
(Inherited from AutoCompleteTextBox.)
Public propertyLoadingContent
Gets or sets content that is displayed during loading of the autosuggestion list.
(Inherited from AutoCompleteTextBox.)
Public propertyLocation
The location (folder or file path) that is displayed in the textbox. This is a dependency property.
Public propertyPath
Gets or sets the full pathname of the file/shell item to be displayed.
Protected propertyPopup
Gets or sets the popup.
(Inherited from AutoCompleteTextBox.)
Public propertyProvider
Gets or sets the provider that serves to gather the auto suggestion list.
(Inherited from AutoCompleteTextBox.)
Public propertySelectedItem
Gets or sets the selected item.
(Inherited from AutoCompleteTextBox.)
Public propertyShellControlConnector
Gets or sets a ShellControlConnector.
Public propertySpecialFolder
Gets or sets the special folder to be displayed.
Public propertyText
Gets or sets the text of the control.
(Inherited from AutoCompleteTextBox.)
Public propertyVersion
The current version of ShellBrowser Components WPF.
Top
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
Events
  NameDescription
Public eventItemSelected
Raised, when a new item was selected.
(Inherited from AutoCompleteTextBox.)
Top
Fields
  NameDescription
Public fieldStatic memberLocationProperty
The DependencyProperty for Location.
Top
See Also