ComponentOne SpellChecker for WPF and Silverlight
ShowSuggestionsInContextMenu Property (SpellOptions)

C1.WPF.SpellChecker Namespace > SpellOptions Class : ShowSuggestionsInContextMenu Property
Gets or sets whether the spell-checker should show spelling suggestions in the ContextMenu associated with the editor being monitored by this C1SpellChecker.
Syntax
'Declaration
 
Public Property ShowSuggestionsInContextMenu As Boolean
public bool ShowSuggestionsInContextMenu {get; set;}
Remarks
You can determine how many suggestions should be displayed in the context menu using the MaxSuggestionsInContextMenu property.
See Also

Reference

SpellOptions Class
SpellOptions Members