The MisspelledWord class represents a misspelled word in a document's text.

Syntax

public class MisspelledWord
Public Class MisspelledWord

Introduced: 16.0.

Constructors

Constructor Description
MisspelledWord Initializes a new instance of the MisspelledWord class with the specified starting position and length.

Methods

Method Description
Select Selects the misspelled word in the text.

Properties

Property Description
Culture Gets the culture of the misspelled word.
IsDuplicate Gets or sets a value which marks the misspelled word as duplicate.
IsIgnored Gets or sets a value which marks the misspelled word as ignored.
Length Gets the length of a misspelled word.
Number Gets the number of this misspelled word.
Start Gets the starting position of a misspelled word.
Text Gets the text of the misspelled word.

Further Reading

Learn more about the TXTextControl.MisspelledWord Class in the Text Control Blog: