ICustomWordDictionary
Interface
Represents a custom word dictionary utilized for spell checking in a document.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface ICustomWordDictionary : IWordDictionary
Derived Classes:
Inherited Members
Methods
Adds a new word to the custom word dictionary.
Clears all words from the custom word dictionary.
C#
void ClearWords()
Remarks:
This method resets the custom word dictionary, removing all previously added words.
Removes the specified word from the custom word dictionary.
Events
C#
event EventHandler DataChanged