Click or drag to resize
SpellCheckErrorsIndexOf Method

Returns the index of a SpellCheckError in the SpellCheckErrors .

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int IndexOf(
	SpellCheckError value
)

Parameters

value
Type: Kettic.AspNet.ControlsSpellCheckError
The SpellCheckError to locate.

Return Value

Type: Int32

The index of the SpellCheckError of value in the SpellCheckErrors, if found; otherwise, -1.

See Also