How to Hide the 'Add to dictionary' Context Menu Item
Environment
Product Version | Product | Author |
---|---|---|
2019.3.917 | RadSpellChecker for WinForms | Desislava Yordanova |
Description
RadSpellChecker offers spell-check as you type functionality that is supported for RadTextBox and RadTextBoxControl. This article demonstrates how to hide the 'Add to Dictionary' option in the context menu which is shown once you right-click an incorrect word.
Solution
You can find below two sample code snippets demonstrating how to access the context menu with suggested words and hide the 'Add to Dictionary' option.