Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.SpellCheckerID Property

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

[Visual Basic]
Public Property SpellCheckerID As String
[C#]
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

Editor Class | EO.Web Namespace


Direct link to this topic