RadSpell for ASP.NET

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


 

 

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

Syntax

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

Members

MemberDescription
None 
FileNames 
Urls 
EmailAddresses 
All 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.FragmentIgnoreOptions

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