Sets or returns the TypingErrorActionEnum object that represents the action to be taken when a typing error is detected.

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

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute(TypingErrorActionEnum.BeepAndUnderline)]
public TypingErrorActionEnum TypingErrorAction { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute(TypingErrorActionEnum.BeepAndUnderline)> _
Public Property TypingErrorAction As TypingErrorActionEnum

Remarks

The default value is BeepAndUnderline.

See Also