RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / SpellOptions Class / MaxSuggestionsInContextMenu Property

In This Topic
    MaxSuggestionsInContextMenu Property (SpellOptions)
    In This Topic
    Gets or sets the maximum number of spelling suggestions to show in the editor's context menu.
    Syntax
    'Declaration
     
    
    Public Property MaxSuggestionsInContextMenu As Integer
    public int MaxSuggestionsInContextMenu {get; set;}
    Remarks
    The spelling context menu is displayed only if the ShowSuggestionsInContextMenu property is set to true.
    See Also