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

In This Topic
    CurrentError Property (C1SpellDialog)
    In This Topic
    Gets the CharRange object that represents the error currently displayed in the dialog.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentError As CharRange
    public CharRange CurrentError {get;}
    See Also