Class RadIsolatedStorageCustomDictionary
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.dll
Syntax
public class RadIsolatedStorageCustomDictionary : RadDictionary, ICustomWordDictionary, IWordDictionary, IDisposable
Constructors
RadIsolatedStorageCustomDictionary()
Declaration
public RadIsolatedStorageCustomDictionary()
RadIsolatedStorageCustomDictionary(String)
Declaration
public RadIsolatedStorageCustomDictionary(string customDictionaryName)
Parameters
System.String
customDictionaryName
|
RadIsolatedStorageCustomDictionary(IsolatedStorageScope)
Declaration
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
Parameters
IsolatedStorageScope
storageScope
|
RadIsolatedStorageCustomDictionary(IsolatedStorageScope, String)
Declaration
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
Parameters
IsolatedStorageScope
storageScope
|
System.String
customDictionaryName
|
Fields
DefaultDictionaryName
Declaration
public static readonly string DefaultDictionaryName
Field Value
System.String
|
DefaultIsolatedStorageScope
Declaration
public static readonly IsolatedStorageScope DefaultIsolatedStorageScope
Field Value
IsolatedStorageScope
|
Properties
AutoUpdateIsolatedStorage
Declaration
public bool AutoUpdateIsolatedStorage { get; set; }
Property Value
System.Boolean
|
Methods
AddWord(String)
Declaration
public void AddWord(string word)
Parameters
System.String
word
|
Implements
ClearWords()
Dispose()
Declaration
public void Dispose()
RemoveWord(String)
Declaration
public void RemoveWord(string word)
Parameters
System.String
word
|
Implements
UpdateIsolatedStorage()
Declaration
public void UpdateIsolatedStorage()