Definition
Namespace:Telerik.WinControls.SpellChecker.Proofing
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
C#
public class RadIsolatedStorageCustomDictionary : WordDictionary, ICustomWordDictionary, IWordDictionary, IDisposable
Inheritance: objectWordDictionaryRadIsolatedStorageCustomDictionary
Implements:
Inherited Members
Constructors
C#
public RadIsolatedStorageCustomDictionary()
C#
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
C#
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
Fields
C#
public static readonly string DefaultDictionaryName
C#
public static readonly IsolatedStorageScope DefaultIsolatedStorageScope
Properties
C#
public bool AutoUpdateIsolatedStorage { get; set; }
Methods
C#
public void ClearWords()
C#
public void Dispose()
Implements:
C#
public void ReadIsolatedStorage()
C#
public void UpdateIsolatedStorage()