Click or drag to resize

ShellAutoCompleteTextBox Properties

The ShellAutoCompleteTextBox type exposes the following members.

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
See Also