C1.Silverlight.SpellChecker Namespace : IgnoreOptions Enumeration |
'Declaration
<FlagsAttribute()> Public Enum IgnoreOptions Inherits System.Enum
[Flags()] public enum IgnoreOptions : System.Enum
Member | Description |
---|---|
All | Ignores numbers, mixed case, URLs, HTML tags, and uppercase. |
Default | Default setting: ignores numbers, mixed case, URLs, and HTML tags. |
HtmlTags | Ignore text in HTML/XML tags. |
MixedCase | Ignore words that contain a mix of uppercase and lowercase characters, except when there is a single uppercase at the start (for example, "Lowercase" would not be ignored, but "LowerCase" and "lowerCase" would). |
None | Do not ignore any words. |
Numbers | Ignore words that contain numbers (digits). |
UpperCase | Ignore words that are all uppercase. |
Urls | Ignore words that look like URLs or file names. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.SpellChecker.IgnoreOptions
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2