Sets or returns if the option setting by users will persist when the application runs the next time.

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

Syntax

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

Remarks

The default value is True.

See Also