Back to Devexpress

SpellingSettings.ShowSpellCheckMenu Attached Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-700ca05e.md

latest1.5 KB
Original Source

SpellingSettings.ShowSpellCheckMenu Attached Property

Specifies whether context menu items specific for the spell checker are shown. This is a dependency property.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

See GetShowSpellCheckMenu(DependencyObject) and SetShowSpellCheckMenu(DependencyObject, Boolean).

Returns

TypeDescription
Boolean

true to show spell checker menu; otherwise, false.

|

Remarks

If the ShowSpellCheckMenu is true , right-click on the misspelled word invokes the menu containing suggested words and commands to ignore a word, add to the custom dictionary or invoke a spelling dialog. Otherwise, a menu specified in the editor’s ContextMenuOpening event handler is displayed.

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace