ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / ISpellDialog Interface / ErrorCount Property

In This Topic
    ErrorCount Property (ISpellDialog)
    In This Topic
    Gets the number of errors initially detected by the C1SpellChecker that controls this dialog.
    Syntax
    'Declaration
     
    ReadOnly Property ErrorCount As System.Integer
    System.int ErrorCount {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