ISuggestionProvider Interface

Interface to implement a hint provider class for the TextBoxAutoCompletecontrol.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public interface ISuggestionProvider

Methods

GetSuggestions Gets the list of suggestions according to the indicated filter.

See Also