RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellDialog Class / ErrorIndex Property

In This Topic
    ErrorIndex Property (C1SpellDialog)
    In This Topic
    Gets or sets the index of the current error into the Errors list.
    Syntax
    'Declaration
     
    
    Public Property ErrorIndex As Integer
    public int ErrorIndex {get; set;}
    See Also