SuggestedWord

SuggestedWord structure

Spelling suggestion returned from GetSpellCheckErrorList.

public struct SuggestedWord

Properties

Name Description
Distance { get; set; } The distance between the searched and suggestion.
Word { get; set; } The suggested correctly spelled word.

See Also