Click or drag to resize
SpellCheckErrors Class

A collection that stores SpellCheckError objects.

Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.ControlsSpellCheckErrors

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[SerializableAttribute]
public class SpellCheckErrors : CollectionBase

The SpellCheckErrors type exposes the following members.

Constructors
  NameDescription
Public methodSpellCheckErrors

Initializes a new instance of SpellCheckErrors.

Top
Methods
  NameDescription
Public methodAdd

Adds a SpellCheckError with the specified value to the SpellCheckErrors .

Public methodAddRange(SpellCheckError)

Copies the elements of an array to the end of the SpellCheckErrors.

Public methodAddRange(SpellCheckErrors)

Adds the contents of another SpellCheckErrors to the end of the collection.

Public methodContains

Gets a value indicating whether the SpellCheckErrors contains the specified SpellCheckError.

Public methodCopyTo

Copies the SpellCheckErrors values to a one-dimensional Array instance at the specified index.

Public methodGetEnumerator

Returns an enumerator that can iterate through the SpellCheckErrors .

Public methodIndexOf

Returns the index of a SpellCheckError in the SpellCheckErrors .

Public methodInsert

Inserts a SpellCheckError into the SpellCheckErrors at the specified index.

Public methodRemove

Removes a specific SpellCheckError from the SpellCheckErrors .

Top
Properties
  NameDescription
Public propertyItem

Represents the entry at the specified index of the SpellCheckError.

Top
See Also

Reference

Kettic.AspNet.ControlsSpellCheckErrors