Gets or sets types of words to ignore during the spell-check.

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

Syntax

C#
[DefaultValueAttribute(IgnoreOptions.Default)]
public IgnoreOptions Ignore { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(IgnoreOptions.Default)> _
Public Property Ignore As IgnoreOptions
	Get
	Set

See Also