ISpellChecker
Interface
Definition
Namespace:Telerik.WinControls.SpellChecker.Proofing
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
C#
public interface ISpellChecker : IDisposable
Derived Classes:
Inherited Members
Properties
C#
CultureInfo SpellCheckingCulture { get; set; }
Methods
C#
bool CheckWordIsCorrect(string word, CultureInfo culture)
C#
ICollection<string> GetSuggestions(string word, CultureInfo culture)
ICollection<string>
Events
C#
event EventHandler DataChanged