Gets or sets whether the spell-checker should show spelling suggestions in the [!:System.Windows.Forms.ContextMenuStrip] associated with the editor being monitored by this C1SpellChecker.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public bool ShowSuggestionsInContextMenu { get; set; }
Visual Basic
Public Property ShowSuggestionsInContextMenu As Boolean
	Get
	Set

Remarks

You can determine how many suggestions should be displayed in the context menu using the MaxSuggestionsInContextMenu property.

See Also