Sets or returns whether suggestions are generated for bad words.

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

Syntax

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

Remarks

The default value is True. Set this property to False to improve the speed of spell checking.

Use the Suggestion event to find out the generated suggestion.

See the Suggestions collection to find out all suggestions generated for spell checking words.

See Also