Class RadNonPersistentCustomDictionary
Represents a non-persistent custom dictionary for proofing purposes in the Telerik Windows Documents framework. This dictionary allows users to manage a collection of custom words or terms that are not saved across sessions.
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RadNonPersistentCustomDictionary : RadDictionary, ICustomWordDictionary, IWordDictionary
Constructors
RadNonPersistentCustomDictionary()
Declaration
public RadNonPersistentCustomDictionary()
Methods
AddWord(String)
Adds a word to the non-persistent custom dictionary.
Declaration
public void AddWord(string word)
Parameters
System.String
word
The word to be added to the dictionary. |
Implements
ClearWords()
Clears all words from the custom dictionary.
Declaration
public void ClearWords()
Implements
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 dictionary. |