InterfaceIIgnoredWordDictionary
Interface
Represents a dictionary of ignored words for proofing purposes.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IIgnoredWordDictionary : INotifyCollectionChanged
Inherited Members
Methods
AddWord(string)
Adds a word to the ignored word dictionary.
Declaration
cs-api-definition
void AddWord(string word)
Parameters
word
The word to be added to the ignored word list.
Clear()
Clears all entries from the ignored word dictionary.
Declaration
cs-api-definition
void Clear()
Remarks
This method removes every word that has been added to the ignored word list, resetting it to an empty state.
ContainsWord(string)
Determines whether the specified word is contained in the ignored word dictionary.
RemoveWord(string)
Removes a specified word from the ignored word dictionary.