Gets or sets a custom spell-checking parser.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public ISpellParser CustomParser { get; set; } |
Visual Basic (Declaration) |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public Property CustomParser As ISpellParser Get Set |
Remarks
This property allows you to specify a custom parser for breaking up text into words to be spell-checked.
For example, you may want to use a custom parser when checking source code files. This way you can spell-check the comments in the code and skip the actual code.