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

Definition

Namespace:Telerik.WinForms.Documents.Proofing

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public interface IWordDictionary

Derived Classes: RadDictionaryRadEn_USDictionaryRadIsolatedStorageCustomDictionaryRadNonPersistentCustomDictionaryRadWordsDictionary

Properties

Words

IEnumerable<string>

C#
IEnumerable<string> Words { get; }

Methods

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

bool

C#
string GetMetaphoneKey(string word)
Parameters:wordstringReturns:

string

C#
IEnumerable<string> GetWordsByMetaphoneKey(string word)
Parameters:wordstringReturns:

IEnumerable<string>