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