TextSuggestionProviderGetSuggestion Method

Gets the string with the suggestion according to the indicated filter.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public string GetSuggestion(
	string value
)

Parameters

value  String
String with the text used to filter suggestions.

Return Value

String
Stringwith the suggestion according to the indicated filter.

Implements

ITextSuggestionProviderGetSuggestion(String)

See Also