The SuggestionDictionariesHandler class provides properties which are necessary to perceive and modify suggestion dictionaries in a spelling correction user interface. These dictionaries are used to create suggestions which are related to the CurrentWordToCorrect.

Syntax

public sealed class SuggestionDictionariesHandler
Public NotInheritable Class SuggestionDictionariesHandler

Introduced: 6.0.

Properties

Property Description
IsSuggestionDictionariesEnabled Gets a value whether the SuggestionDictionaries property is enabled to provide suggestion dictionaries or not.
SelectedSuggestionDictionaries Gets or sets an array of dictionaries which are used to create suggestions for the SuggestionsHandler.Suggestions property.
SuggestionDictionaries Gets an array of suggestion dictionaries where the dictionary's language equals to the language of the current word to correct.