Gets or sets if the file name that will be used in the combobox in the Spelling Check 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 UseFileNameInComb { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute(False)> _
Public Property UseFileNameInComb As Boolean

Remarks

The default value is False.

See Also