# C1.WPF.SpellChecker.SpellOptions.ShowSuggestionsInContextMenu

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_SpellOptions_ShowSuggestionsInContextMenu_" data-uid="C1.WPF.SpellChecker.SpellOptions.ShowSuggestionsInContextMenu*">ShowSuggestionsInContextMenu Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_SpellOptions_ShowSuggestionsInContextMenu_" data-uid="C1.WPF.SpellChecker.SpellOptions.ShowSuggestionsInContextMenu*"></a>
<h4 id="C1_WPF_SpellChecker_SpellOptions_ShowSuggestionsInContextMenu" data-uid="C1.WPF.SpellChecker.SpellOptions.ShowSuggestionsInContextMenu">ShowSuggestionsInContextMenu</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the spell-checker should show spelling suggestions in the
ContextMenu associated with the editor being monitored by this <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShowSuggestionsInContextMenu { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowSuggestionsInContextMenu As Boolean</code></pre>
</div>
<h5 id="C1_WPF_SpellChecker_SpellOptions_ShowSuggestionsInContextMenu_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can determine how many suggestions should be displayed in the context menu using the
<a class="xref" href="C1.WPF.SpellChecker.SpellOptions.MaxSuggestionsInContextMenu.html#C1_WPF_SpellChecker_SpellOptions_MaxSuggestionsInContextMenu">MaxSuggestionsInContextMenu</a> property.</p>
</div>
</div>
