ClassRadIsolatedStorageCustomDictionary
Class
Definition
Namespace:Telerik.WinControls.SpellChecker.Proofing
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
cs-api-definition
public class RadIsolatedStorageCustomDictionary : WordDictionary, ICustomWordDictionary, IWordDictionary, IDisposable
Inheritance: objectWordDictionaryRadIsolatedStorageCustomDictionary
Implements:
Inherited Members
Constructors
RadIsolatedStorageCustomDictionary()
Declaration
cs-api-definition
public RadIsolatedStorageCustomDictionary()
RadIsolatedStorageCustomDictionary(IsolatedStorageScope)
Declaration
cs-api-definition
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
Parameters
storageScope
RadIsolatedStorageCustomDictionary(IsolatedStorageScope, string)
Declaration
cs-api-definition
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
Parameters
storageScope
customDictionaryName
Fields
DefaultDictionaryName
Declaration
cs-api-definition
public static readonly string DefaultDictionaryName
Field Value
DefaultIsolatedStorageScope
Declaration
cs-api-definition
public static readonly IsolatedStorageScope DefaultIsolatedStorageScope
Field Value
Properties
AutoUpdateIsolatedStorage
Declaration
cs-api-definition
public bool AutoUpdateIsolatedStorage { get; set; }
Property Value
Methods
ClearWords()
Declaration
cs-api-definition
public void ClearWords()
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
ReadIsolatedStorage()
Declaration
cs-api-definition
public void ReadIsolatedStorage()
UpdateIsolatedStorage()
Declaration
cs-api-definition
public void UpdateIsolatedStorage()