Back to Devexpress

Spell Checker for WinForms

windowsforms-2635-controls-and-libraries-spell-checker.md

latest3.3 KB
Original Source

Spell Checker for WinForms

  • Jan 26, 2022
  • 2 minutes to read

Overview

The DevExpress WinForms Spell Checker (SpellChecker) enables you to add a Microsoft Office-style spell checker to your application. You can integrate the Spell Checker into most DevExpress text-aware controls and custom controls. The SpellChecker can check all text editor controls in a specified container, so you can integrate the spell checker functionality into complex forms with a single SpellChecker component in your application.

If you are new to the Spell Checker, we recommend that you first review the following introductory documents:

Dictionaries

The Spell Checker for WinForms supports the following dictionaries:

  • Simple
  • ISpell
  • OpenOffice
  • Hunspell
  • Custom

You can add multiple dictionaries to the spell checker’s dictionary collection or share dictionaries between multiple spell checkers.

Customize Spell Check UI

You can customize or hide the following UI elements:

Spelling DialogThis dialog is used to make corrections: select one of the suggested corrections to replace a misspelled word (either once or all occurrences), skip the word, ignore the word and all its further occurrences, or add the word to a custom dictionary.Spelling Options DialogAllows users to adjust Spell Checker behavior (ignore words in upper case, mixed case, words that contain numbers, and so on), edit the custom dictionary, and change the language of the selected text to use the corresponding proofing dictionary.Context MenuThe Spell Checker automatically adds its items to the context menu of TextEdit and MemoEdit controls and their descendants. See Also

WinForms SpellChecker