Class that contains spelling options including words to ignore, whether to show suggestions in a spell context menu, etc.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class SpellOptions
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class SpellOptions

Inheritance Hierarchy

System..::..Object
  C1.Web.Editor..::..SpellOptions

See Also