Class RadIsolatedStorageCustomDictionary
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.
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Controls.RichTextBox.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
Automatically updates the isolated storage with the given custom dictionary.
Declaration
public bool AutoUpdateIsolatedStorage { get; set; }
Property Value
System.Boolean
|
Methods
AddWord(String)
Adds a word to the custom dictionary used for proofing.
Declaration
public void AddWord(string word)
Parameters
System.String
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()
RemoveWord(String)
Removes a specified word from the custom dictionary.
Declaration
public void RemoveWord(string word)
Parameters
System.String
word
The word to be removed from the custom dictionary. |
Implements
UpdateIsolatedStorage()
Updates the isolated storage for the custom dictionary.
Declaration
public void UpdateIsolatedStorage()