ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellDialog Class / ErrorIndex Property

In This Topic
    ErrorIndex Property (C1SpellDialog)
    In This Topic
    Gets or sets the index of the current error into the Errors list.
    Syntax
    'Declaration
     
    Public Property ErrorIndex As System.Integer
    public System.int ErrorIndex {get; set;}
    See Also