ClassRadSpellChecker
Provides functionality for checking spelling in various types of controls. The class allows for spell checking in two modes: word-by-word and all at once. It manages the display of custom windows for error correction and handles the completion of spell checking tasks through events. The spell checker configuration and window display settings are customizable through the WindowSettings property. It raises the SpellCheckingCompleted event to signal when the spell checking operation is complete, allowing for appropriate responses or notifications to be triggered once checking is finished.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
public static class RadSpellChecker
Inheritance: objectRadSpellChecker
Properties
WindowSettings
Declaration
public static WindowSettings WindowSettings { get; }
Property Value
Methods
Check(Control, SpellCheckingMode)
Declaration
public static void Check(Control controlToCheck, SpellCheckingMode spellCheckingMode)
Parameters
controlToCheck
Control
spellCheckingMode
Events
SpellCheckingCompleted
Declaration
public static event EventHandler<SpellCheckingCompletedEventArgs> SpellCheckingCompleted
Event Value