RadSpell for ASP.NET

RadSpell Send comments on this topic.
WordIgnoreOptions Enumeration
See Also  
Telerik.WebControls Namespace : WordIgnoreOptions Enumeration


 

 

Namespace: Telerik.WebControls
Assembly: RadSpell (in RadSpell.dll)

Syntax

Visual Basic (Declaration) 
Public Enum WordIgnoreOptions 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WordIgnoreOptions
C# 
public enum WordIgnoreOptions : Enum 

Members

MemberDescription
None 
UPPERCASE Specifies whether or not to check words in CAPITALS (e.g. 'UNESCO')
WordsWithCapitalLetters Specifies whether or not to check words in Capitals (e.g. 'Washington')
RepeatedWords Specifies whether or not to count repeating words as errors (e.g. 'very very')
WordsWithNumbers Specifies whether or not to check words containing numbers (e.g. 'l8r')

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.WordIgnoreOptions

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadSpell (in RadSpell.dll)

See Also