Class
RadNonPersistentCustomDictionary

Definition

Namespace:Telerik.WinForms.Documents.Proofing

Assembly:Telerik.WinControls.RichTextEditor.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)

Declaration

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

Parameters

word

string

Implements ICustomWordDictionary.AddWord(string)

ClearWords()

Declaration

cs-api-definition
public void ClearWords()

Implements ICustomWordDictionary.ClearWords()

RemoveWord(string)

Declaration

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

Parameters

word

string

Implements ICustomWordDictionary.RemoveWord(string)