Properties
| Property | Description |
|---|---|
| EnableCompleteMessageBox | Gets or set a value that determine wheather the Complete Dialog Message Box is enabled. |
| FormSettings | Gets the form settings. |
| SpellCheckMode | Gets or set the spell checking mode. By default, it is set to SpellCheckMode.WordByWord. |
| SpellingFormStartPosition | Gets or sets the start position of the spelling form. |
| AutoSpellCheckControl | Checks as you type the specified TextBox control for spelling mistakes. |
Methods
| Method | Description |
|---|---|
| Check | Checks the specified edit control for spelling mistakes. |
| RegisterControlSpellChecker | Registers an instance of IControlSpellChecker that is responsible for managing the spell checking of concrete type control. |
| GetControlSpellChecker | Gets the control spell checker. |
Events
| Event | Description |
|---|---|
| SpellingFormShowing | Occurs when the spelling form is about to be displayed. |