Click or drag to resize
SpellCheckErrorsRemove Method

Removes a specific SpellCheckError from 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 void Remove(
	SpellCheckError value
)

Parameters

value
Type: Kettic.AspNet.ControlsSpellCheckError
The SpellCheckError to remove from the SpellCheckErrors .

Return Value

Type: 

None.

Exceptions
ExceptionCondition
ArgumentExceptionvalue is not found in the Collection.
See Also