TextSuggestionProvider Constructor
Constructor class.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public TextSuggestionProvider(
Func<string, string> getSuggestion
)
Public Sub New (
getSuggestion As Func(Of String, String)
)
Parameters
- getSuggestion FuncString, String
- Delegate method that will provide the string with the suggestion.