Gets a CharRangeList object with all the errors detected by the C1SpellChecker component that owns the dialog.

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

Syntax

C#
public CharRangeList Errors { get; }
Visual Basic
Public ReadOnly Property Errors As CharRangeList
	Get

See Also