Gets or sets the maximum number of spelling suggestions to show in the editor's context menu.

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

Syntax

C#
public int MaxSuggestionsInContextMenu { get; set; }
Visual Basic
Public Property MaxSuggestionsInContextMenu As Integer
	Get
	Set

Remarks

The spelling context menu is displayed only if the ShowSuggestionsInContextMenu property is set to true.

See Also