UltimateSpell Class Library |
UltimateSpell..::..CustomDictionary Property |
UltimateSpell Class See Also Send Feedback |
Gets or sets the custom dictionary to use for spell checking.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public virtual string CustomDictionary { get; set; } |
Visual Basic |
---|
Public Overridable Property CustomDictionary As String Get Set |
Visual C++ |
---|
public: virtual property String^ CustomDictionary { String^ get (); void set (String^ value); } |
Field Value
Custom dictionary to use for spell checking.Remarks
Use this property to set the custom dictionary to use for spell checking. Note that you have to give full
permission to ASPNET (NT AUTHORITY\NETWORK SERVICE in Windows 2003)
on your UltimateSpellInclude\CustomDictionary directory
in order to write into the custom dictionary file.