Click or drag to resize

ISuggestionProvider Interface

Interface for implementations for the auto suggestions in the AutoCompleteTextBox.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public interface ISuggestionProvider

The ISuggestionProvider type exposes the following members.

Methods
  NameDescription
Public methodGetSuggestions
Gets the suggestions.
Top
See Also