RichTextBoxSpellCheckManager Class Members
In This Topic
The following tables list the members exposed by
RichTextBoxSpellCheckManager.
Public Constructors
Public Properties
| Name | Description |
 | CanSpellCheck | Gets a value indicating whether the manager can spell check a text. |
 | InvalidateTimeOut | Gets or sets the minimum timeout, in milliseconds, between updates during spell check if spell check is executed asynchronously. |
 | IsEnabled | Gets or sets a value indicating whether the rich text box spell check manager is enabled. |
 | IsInitializing | Gets a value indicating whether the manager is initializing. |
 | IsSuggestMenuEnabled | Gets or sets a value indicating whether the suggest menu is enabled. |
 | SpellCheckManager | Gets or sets the spell check manager. |
 | TextBox | Gets or sets the text box, where manager must spell check the text. |
 | UnderlineColor | Gets or sets the underline color. |
 | UnderlineThickness | Gets or sets the underline thickness. |
 | UnderlineType | Gets or sets the underline type. |
Public Methods
Protected Methods
| Name | Description |
 | SplitText | Splits the specified text to the words. |
See Also