ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SpellOptions Class / ShowSuggestionsInContextMenu Property

In This Topic
    ShowSuggestionsInContextMenu Property (SpellOptions)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ShowSuggestionsInContextMenu As System.Boolean
    public System.bool ShowSuggestionsInContextMenu {get; set;}
    Remarks
    You can determine how many suggestions should be displayed in the context menu using the MaxSuggestionsInContextMenu property.
    See Also