CheckAsYouTypeOptions Properties
Represents an object that contains various settings for the SpellCheckMode.AsYouType operation mode of the spell checker.| Name | Description |
|---|---|
| CheckControlsInParentContainer | Gets or sets whether the spell checker is activated on a user entering the control in the parent container. |
| Color | Gets or sets the color used to underline the misspelled word. |
| ShowSpellCheckForm | Gets or sets whether the spelling form can be invoked in a SpellCheckMode.AsYouType mode. |
| SuggestionCount | Gets or sets the number of suggested words displayed in the context menu. |
| UnderlineStyle | Gets or sets the underline style for misspelled words. |
See Also