Sets or returns whether the Add button is displayed in the bad-word dialog box.

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

Syntax

C#
[DefaultValueAttribute(true)]
[BrowsableAttribute(true)]
public bool AddBtnVisible { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
<BrowsableAttribute(True)> _
Public Property AddBtnVisible As Boolean

Remarks

Use the Add button to add a word to the custom dictionary. The default value is True.

See Also