Returns the last error code that occurred in the C1Spell control.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public ErrorTypeEnum LastSpellError { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property LastSpellError As ErrorTypeEnum

Remarks

See also the SpellError event.

See Also