Limitations
Read only.
Gets the length of a misspelled word.
public int Length { get; }
This sample code describes the 'TXText
TXTextControl.MisspelledWord myMisspelledWord = new TXTextControl.MisspelledWord(1, 4);
//...
int myMispelledWordLength = myMisspelledWord.Length ;
//...
Read only.