Sets or returns if the default Options dialog box will be used.

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

Syntax

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

Remarks

The default value is True. By setting this property to False you can handle the OptionBtnClick event to show your custom Options dialog box or something else.

See Also