ClassIgnoredWordDictionary
Class
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 class IgnoredWordDictionary : ObservableCollection<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable, INotifyPropertyChanged, IIgnoredWordDictionary, INotifyCollectionChanged
Inheritance: objectCollection<string>ObservableCollection<string>IgnoredWordDictionary
Implements:
Inherited Members
Constructors
IgnoredWordDictionary()
Declaration
cs-api-definition
public IgnoredWordDictionary()
Methods
AddWord(string)
Adds a new word to the ignored word dictionary.
Declaration
cs-api-definition
public void AddWord(string word)
Parameters
word
The word to be added to the ignored word list.
Implements
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.