Gets an array of suggestion dictionaries where the dictionary's language equals to the language of the current word to correct. This property is redetermined on every change of the CurrentWordToCorrect property and lead to an update of the SelectedSuggestionDictionaries property.

Syntax

public Proofing.Dictionary[] SuggestionDictionaries { get; }
Public ReadOnly Property SuggestionDictionaries() As Proofing.Dictionary()

Limitations

Read only.

Remarks

This property only returns an array of suggestion dictionaries if the SpellingCorrectionUIProvider's mode is set to SuggestionsCreated, NoSuggestionsCreated, WordToCorrectIsDuplicate or WordToCorrectEditing.