Represents a dictionary of ignored words for proofing purposes.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
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
C#
public IgnoredWordDictionary()
Methods
Adds a new word to the ignored word dictionary.
C#
public void AddWord(string word)
The word to be added to the ignored word list.
Implements: