New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.SpellChecker.Proofing

Assembly:Telerik.WinControls.SpellChecker.dll

Syntax:

C#
public interface IIgnoredWordDictionary : INotifyCollectionChanged

Derived Classes: IgnoredWordDictionary

Inherited Members INotifyCollectionChanged.CollectionChanged

Methods

C#
void AddWord(string word)
Parameters:wordstring
C#
void Clear()
C#
bool ContainsWord(string word)
Parameters:wordstringReturns:

bool

C#
bool RemoveWord(string word)
Parameters:wordstringReturns:

bool