Interface ICustomWordDictionary
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface ICustomWordDictionary : IWordDictionary
Methods
AddWord(String)
Declaration
void AddWord(string word)
Parameters
System.String
word
|
ClearWords()
Declaration
void ClearWords()
RemoveWord(String)
Declaration
void RemoveWord(string word)
Parameters
System.String
word
|
Events
DataChanged
Declaration
event EventHandler DataChanged
Event Type
System.EventHandler
|