Class that contains spelling options including words to ignore, whether to show suggestions in
a spell context menu, etc.
Namespace:
C1.Web.EditorAssembly: 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 |