Table of Contents
SpellCheckerID Property

Gets or sets the ID of the SpellChecker control used by the editor.

Syntax
 public String SpellCheckerID { get; set; }
Remarks

The editor relies on an external SpellChecker control to spell check the contents. Use this property to specify the ID of the external spell checker control.

See Also