Represents a custom dictionary for isolated storage, providing functionality to manage and manipulate key-value pairs in a way that is tailored for proofing operations in the Telerik RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class RadIsolatedStorageCustomDictionary : RadDictionary, ICustomWordDictionary, IWordDictionary, IDisposable
Inheritance: objectRadDictionaryRadIsolatedStorageCustomDictionary
Implements:
Inherited Members
Constructors
public RadIsolatedStorageCustomDictionary()
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
public RadIsolatedStorageCustomDictionary(string customDictionaryName)
Fields
public static readonly string DefaultDictionaryName
public static readonly IsolatedStorageScope DefaultIsolatedStorageScope
Properties
Automatically updates the isolated storage with the given custom dictionary.
public bool AutoUpdateIsolatedStorage { get; set; }
Methods
Adds a word to the custom dictionary used for proofing.
public void AddWord(string word)
The word to be added to the custom dictionary.
Implements:
Clears all words from the isolated storage custom dictionary.
public void ClearWords()
Implements:
This method removes any previously added words, resetting the dictionary to its initial state.
public void Dispose()
Implements:
Removes a specified word from the custom dictionary.
public void RemoveWord(string word)
The word to be removed from the custom dictionary.
Implements:
Updates the isolated storage for the custom dictionary.
public void UpdateIsolatedStorage()