Sets or returns if the Options button is visible in the bad-word dialog box.

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

Syntax

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

Remarks

The default value is False.

See Also