ClassRadIsolatedStorageCustomDictionary
Class
Definition
Namespace:Telerik.WinForms.Documents.Proofing
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class RadIsolatedStorageCustomDictionary : RadDictionary, ICustomWordDictionary, IWordDictionary, IDisposable
Inheritance: objectRadDictionaryRadIsolatedStorageCustomDictionary
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
RadIsolatedStorageCustomDictionary(string)
Declaration
cs-api-definition
public RadIsolatedStorageCustomDictionary(string customDictionaryName)
Parameters
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()
Implements
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
UpdateIsolatedStorage()
Declaration
cs-api-definition
public void UpdateIsolatedStorage()