Sets or returns the caption of the Options button on the synonym dialog box.

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

Syntax

C#
[DefaultValueAttribute("")]
[BrowsableAttribute(true)]
public string OptionBtnCaption { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<BrowsableAttribute(True)> _
Public Property OptionBtnCaption As String

See Also