.NET Documentation
C#
VB
Show/Hide TOC
ISuggestion
Provider Interface
Interface to implement a hint provider class for the
TextBoxAutoComplete
control.
Definition
Namespace:
Aliquo.Windows.Controls
Assembly:
Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Copy
public
interface
ISuggestionProvider
VB
Copy
Public
Interface
ISuggestionProvider
Methods
GetSuggestions
Gets the list of suggestions according to the indicated filter.
See Also
Reference
Aliquo.Windows.Controls Namespace
In This Article
Definition
Methods
See Also