SpellCheck Methods
.NET Framework 4.5
The SpellCheck type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetCustomDictionaries | Gets the collection of lexicon file locations that are used for custom spelling checkers on a specified text-editing control. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetIsEnabled | Returns a value that indicates whether the spelling checker is enabled on the specified text-editing control. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
SetIsEnabled | Enables or disables the spelling checker on the specified text-editing control, such as TextBox or RichTextBox. |
|
SetSpellingReform | Determines the spelling reform rules that are used by the spelling checker. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |