| SpellCheckErrors Class |
A collection that stores SpellCheckError objects.
Namespace: Kettic.AspNet.Controls
The SpellCheckErrors type exposes the following members.
| Name | Description | |
|---|---|---|
| SpellCheckErrors | Initializes a new instance of SpellCheckErrors. |
| Name | Description | |
|---|---|---|
| Add | Adds a SpellCheckError with the specified value to the SpellCheckErrors . | |
| AddRange(SpellCheckError) | Copies the elements of an array to the end of the SpellCheckErrors. | |
| AddRange(SpellCheckErrors) | Adds the contents of another SpellCheckErrors to the end of the collection. | |
| Contains | Gets a value indicating whether the SpellCheckErrors contains the specified SpellCheckError. | |
| CopyTo | Copies the SpellCheckErrors values to a one-dimensional Array instance at the specified index. | |
| GetEnumerator | Returns an enumerator that can iterate through the SpellCheckErrors . | |
| IndexOf | Returns the index of a SpellCheckError in the SpellCheckErrors . | |
| Insert | Inserts a SpellCheckError into the SpellCheckErrors at the specified index. | |
| Remove | Removes a specific SpellCheckError from the SpellCheckErrors . |
| Name | Description | |
|---|---|---|
| Item | Represents the entry at the specified index of the SpellCheckError. |