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.

Definition

Namespace:Telerik.Windows.Documents.Proofing

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class RadNonPersistentCustomDictionary : RadDictionary, ICustomWordDictionary, IWordDictionary

Inheritance: objectRadDictionaryRadNonPersistentCustomDictionary

Implements: ICustomWordDictionaryIWordDictionary

Inherited Members RadDictionary.metaphoneByWordRadDictionary.wordsByMetaphoneRadDictionary.wordsByMetaphoneAlternateRadDictionary.Init(int)RadDictionary.Load(IEnumerable<string>)RadDictionary.AddWordToMetaphoneDictionaries(string, string, string)RadDictionary.RemoveWordFromMetaphoneDictionaries(string, string, string)RadDictionary.ContainsWord(string)RadDictionary.GetMetaphoneKey(string)RadDictionary.GetWordsByMetaphoneKey(string)RadDictionary.Load(Stream)RadDictionary.EnsureDictionaryLoaded()RadDictionary.EnsureDictionaryLoadedOverride()RadDictionary.OnDataChanged()RadDictionary.DictionaryLoadedRadDictionary.WordsRadDictionary.WordsListRadDictionary.DataChanged

Constructors

RadNonPersistentCustomDictionary()

Declaration

cs-api-definition
public RadNonPersistentCustomDictionary()

Methods

AddWord(string)

Adds a word to the non-persistent custom dictionary.

Declaration

cs-api-definition
public void AddWord(string word)

Parameters

word

string

The word to be added to the dictionary.

Implements ICustomWordDictionary.AddWord(string)

ClearWords()

Clears all words from the custom dictionary.

Declaration

cs-api-definition
public void ClearWords()

Implements ICustomWordDictionary.ClearWords()

RemoveWord(string)

Removes a specified word from the custom dictionary.

Declaration

cs-api-definition
public void RemoveWord(string word)

Parameters

word

string

The word to be removed from the dictionary.

Implements ICustomWordDictionary.RemoveWord(string)