Sets or returns if the changed word will be added to the custom dictionary.

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

Syntax

C#
[DefaultValueAttribute(false)]
public bool ForceWordToCustomDict { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property ForceWordToCustomDict As Boolean

Remarks

The default value is False.

See Also