Provides spell checking functionality for the RadRichTextBox control in the Telerik framework.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
public class RadRichTextBoxSpellChecker : ControlSpellCheckerBase, IControlSpellChecker
Inheritance: objectControlSpellCheckerBaseRadRichTextBoxSpellChecker
Implements:
Inherited Members
Constructors
public RadRichTextBoxSpellChecker()
Properties
CurrentControl
Control
Gets the currently active control within the RadRichTextBoxSpellChecker.
public override Control CurrentControl { get; set; }
The currently active control of type Control.
Overrides:
Gets the supported control type for the RadRichTextBoxSpellChecker.
public override Type SupportedControlType { get; }
The supported control type, which indicates the specific control that the spell checker is compatible with.
Overrides:
Methods
Changes the current word to the specified string in the RadRichTextBoxSpellChecker.
Retrieves the content of the RadRichTextBox as a document object.
public override RadDocument GetContentAsDocument()
A document representation of the content in the RadRichTextBox.
Overrides:
Moves the cursor to the next spelling or grammar error in the document.
public override IWordInfo MoveToNextError()
A boolean value indicating whether the cursor successfully moved to the next error.
Overrides:
Resets the fields in the RadRichTextBoxSpellChecker, clearing any spell-checking related data.
public override void ResetFields()
Overrides:
Sets the content of the RadRichTextBoxSpellChecker from the specified RadDocument.
public override void SetContentFromDocument(RadDocument document)
The RadDocument from which the content will be extracted.
Overrides: