Class
RadSpellChecker

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:

cs-api-definition
public static class RadSpellChecker

Inheritance: objectRadSpellChecker

Properties

WindowSettings

Declaration

cs-api-definition
public static WindowSettings WindowSettings { get; }

Property Value

WindowSettings

Methods

Check(Control, SpellCheckingMode)

Declaration

cs-api-definition
public static void Check(Control controlToCheck, SpellCheckingMode spellCheckingMode)

Parameters

controlToCheck

Control

spellCheckingMode

SpellCheckingMode

Events

SpellCheckingCompleted

Declaration

cs-api-definition
public static event EventHandler<SpellCheckingCompletedEventArgs> SpellCheckingCompleted

Event Value

EventHandler<SpellCheckingCompletedEventArgs>