Gets the number of errors initially detected by the C1SpellChecker that controls this dialog.

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

Syntax

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

Remarks

This property contains the number of errors detected when the dialog is initially displayed. It does not change when errors are removed from the error list when the user clicks the IgnoreAll or Add buttons.

See Also