Sets or returns the caption of the Options button 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("")]
public string OptionBtnCaption { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property OptionBtnCaption As String

See Also