Definition
Namespace:Telerik.WinForms.Documents.Proofing
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class RadIsolatedStorageCustomDictionary : RadDictionary, ICustomWordDictionary, IWordDictionary, IDisposable
Inheritance: objectRadDictionaryRadIsolatedStorageCustomDictionary
Implements:
Inherited Members
Constructors
C#
public RadIsolatedStorageCustomDictionary()
C#
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
C#
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
C#
public RadIsolatedStorageCustomDictionary(string customDictionaryName)
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()
Implements:
C#
public void Dispose()
Implements:
C#
public void UpdateIsolatedStorage()