Interface
ICustomWordDictionary

Definition

Namespace:Telerik.WinForms.Documents.Proofing

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public interface ICustomWordDictionary : IWordDictionary

Inherited Members IWordDictionary.ContainsWord(string)IWordDictionary.GetMetaphoneKey(string)IWordDictionary.GetWordsByMetaphoneKey(string)IWordDictionary.Words

Methods

AddWord(string)

Declaration

cs-api-definition
void AddWord(string word)

Parameters

word

string

ClearWords()

Declaration

cs-api-definition
void ClearWords()

RemoveWord(string)

Declaration

cs-api-definition
void RemoveWord(string word)

Parameters

word

string

Events

DataChanged

Declaration

cs-api-definition
event EventHandler DataChanged

Event Value

EventHandler