Gets the user dictionary used for spell-checking.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public UserDictionary UserDictionary { get; } |
| Visual Basic (Declaration) |
|---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ Public ReadOnly Property UserDictionary As UserDictionary Get |
Remarks
This is the user dictionary. The user may add words to this dictionary using the
spell-checking dialog, and it is automatically persisted to the specified file.