The SuggestionsHandler class provides properties which are necessary to modify and perceive a list of suggestions for correcting the current word to corrct in a spelling correction user interface.

Syntax

public sealed class SuggestionsHandler
Public NotInheritable Class SuggestionsHandler

Introduced: 6.0.

Properties

Property Description
IsNoSuggestionsItemEnabled Gets or sets whether a message is inside the SpellingCorrectionUIProvider's suggestion list that informs the user that no suggestions could be created for the current word to correct.
IsSuggestionListEnabled Gets a value whether the Suggestions property is enabled to create suggestions or not.
MaxSuggestions Gets or sets the maximum number of suggestions that has to be determined.
Suggestions Gets an array of suggestions which are created based on the selected suggestions dictionaries.