Specifies flags that determine whether words should be ignored during spell-checking.

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

Syntax

C#
[FlagsAttribute]
public enum IgnoreOptions
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration IgnoreOptions

Members

Member nameDescription
None
Numbers
UpperCase
MixedCase
Urls
HtmlTags
Default
All

See Also