RadSpell for ASP.NET

RadSpell Send comments on this topic.
ICustomDictionarySource Interface
See Also  Members  
Telerik.WebControls Namespace : ICustomDictionarySource Interface


A custom interface that defines the access to the custom dictionary. It can be used to replace the custom dictionary storage mechanism and store the words in a database or on a remote computer.  
Namespace: Telerik.WebControls
Assembly: RadSpell (in RadSpell.dll)

Syntax

Visual Basic (Declaration) 
Public Interface ICustomDictionarySource 
Visual Basic (Usage)Copy Code
Dim instance As ICustomDictionarySource
C# 
public interface ICustomDictionarySource 

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