IIgnoredWordDictionary
Interface
Represents a dictionary of ignored words for proofing purposes.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IIgnoredWordDictionary : INotifyCollectionChanged
Derived Classes:
Inherited Members
Methods
Adds a word to the ignored word dictionary.
Clears all entries from the ignored word dictionary.
C#
void Clear()
Remarks:
This method removes every word that has been added to the ignored word list, resetting it to an empty state.