ClassRadIsolatedStorageCustomDictionary
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
RadIsolatedStorageCustomDictionary()
Declaration
public RadIsolatedStorageCustomDictionary()
RadIsolatedStorageCustomDictionary(IsolatedStorageScope)
Declaration
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
Parameters
storageScope
RadIsolatedStorageCustomDictionary(IsolatedStorageScope, string)
Declaration
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
Parameters
storageScope
customDictionaryName
RadIsolatedStorageCustomDictionary(string)
Declaration
public RadIsolatedStorageCustomDictionary(string customDictionaryName)
Parameters
customDictionaryName
Fields
DefaultDictionaryName
Declaration
public static readonly string DefaultDictionaryName
Field Value
DefaultIsolatedStorageScope
Declaration
public static readonly IsolatedStorageScope DefaultIsolatedStorageScope
Field Value
Properties
AutoUpdateIsolatedStorage
Automatically updates the isolated storage with the given custom dictionary.
Declaration
public bool AutoUpdateIsolatedStorage { get; set; }
Property Value
Methods
AddWord(string)
Adds a word to the custom dictionary used for proofing.
Declaration
public void AddWord(string word)
Parameters
word
The word to be added to the custom dictionary.
Implements
ClearWords()
Clears all words from the isolated storage custom dictionary.
Declaration
public void ClearWords()
Implements
Remarks
This method removes any previously added words, resetting the dictionary to its initial state.
Dispose()
Declaration
public void Dispose()
Implements
RemoveWord(string)
Removes a specified word from the custom dictionary.
Declaration
public void RemoveWord(string word)
Parameters
word
The word to be removed from the custom dictionary.
Implements
UpdateIsolatedStorage()
Updates the isolated storage for the custom dictionary.
Declaration
public void UpdateIsolatedStorage()