ShellAutoCompleteTextBox Class |
Namespace: Jam.Shell.WPF.Controls
The ShellAutoCompleteTextBox type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShellAutoCompleteTextBox | Initializes a new instance of the ShellAutoCompleteTextBox class |
Name | Description | |
---|---|---|
![]() | AutoCompleteOptions | Gets or sets options for controlling the items in suggestion list. |
![]() | Delay | Gets or sets the change delay between typing and refreshing the AutoSuggest list. (Inherited from AutoCompleteTextBox.) |
![]() | DisplayMember | 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.) |
![]() | Editor | Gets or sets the component serving as editor. (Inherited from AutoCompleteTextBox.) |
![]() | IconVisibility | Gets or sets the icon visibility. (Inherited from AutoCompleteTextBox.) |
![]() | IsReadOnly | Gets or sets a value indicating whether this object is read only. (Inherited from AutoCompleteTextBox.) |
![]() | ItemsSelector | Gets or sets the items selector. (Inherited from AutoCompleteTextBox.) |
![]() | ItemTemplate | Gets or sets the item template. (Inherited from AutoCompleteTextBox.) |
![]() | ItemTemplateSelector | Gets or sets the item template selector. (Inherited from AutoCompleteTextBox.) |
![]() | LoadingContent | Gets or sets content that is displayed during loading of the autosuggestion list. (Inherited from AutoCompleteTextBox.) |
![]() | Location | The location (folder or file path) that is displayed in the textbox. This is a dependency property. |
![]() | Path | Gets or sets the full pathname of the file/shell item to be displayed. |
![]() | Popup | Gets or sets the popup. (Inherited from AutoCompleteTextBox.) |
![]() | Provider | Gets or sets the provider that serves to gather the auto suggestion list. (Inherited from AutoCompleteTextBox.) |
![]() | SelectedItem | Gets or sets the selected item. (Inherited from AutoCompleteTextBox.) |
![]() | ShellControlConnector | Gets or sets a ShellControlConnector. |
![]() | SpecialFolder | Gets or sets the special folder to be displayed. |
![]() | Text | Gets or sets the text of the control. (Inherited from AutoCompleteTextBox.) |
![]() | Version |
The current version of ShellBrowser Components WPF.
|
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.) |
Name | Description | |
---|---|---|
![]() | ItemSelected | Raised, when a new item was selected. (Inherited from AutoCompleteTextBox.) |
Name | Description | |
---|---|---|
![]() ![]() | LocationProperty |
The DependencyProperty for Location.
|