Gets the total number of errors detected in the control.

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

Syntax

C#
public int ErrorCount { get; }
Visual Basic
Public ReadOnly Property ErrorCount As Integer
	Get

Implements

ISpellDialog..::..ErrorCount

See Also