ClassRadNonPersistentCustomDictionary
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.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class RadNonPersistentCustomDictionary : RadDictionary, ICustomWordDictionary, IWordDictionary
Inheritance: objectRadDictionaryRadNonPersistentCustomDictionary
Implements:
Inherited Members
Constructors
RadNonPersistentCustomDictionary()
Declaration
public RadNonPersistentCustomDictionary()
Methods
AddWord(string)
Adds a word to the non-persistent custom dictionary.
Declaration
public void AddWord(string word)
Parameters
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
word
The word to be removed from the dictionary.
Implements