Gets the CharRange object that represents the error currently displayed in the dialog.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public CharRange CurrentError { get; }
Visual Basic
Public ReadOnly Property CurrentError As CharRange
	Get

See Also