ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / C1SpellDialog Class / CurrentError Property

In This Topic
    CurrentError Property
    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