RadDictionary
Class
Definition
Namespace:Telerik.WinForms.Documents.Proofing
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class RadDictionary : IWordDictionary
Inheritance: objectRadDictionary
Derived Classes:
Implements:
Constructors
C#
public RadDictionary()
Fields
C#
protected Dictionary<string, Tuple<string, string>> metaphoneByWord
C#
protected Dictionary<string, List<string>> wordsByMetaphone
C#
protected Dictionary<string, List<string>> wordsByMetaphoneAlternate
Properties
C#
protected bool DictionaryLoaded { get; }
Methods
C#
protected void EnsureDictionaryLoaded()
C#
protected virtual void EnsureDictionaryLoadedOverride()
C#
protected virtual void OnDataChanged()
Events
C#
public event EventHandler DataChanged