Provides spell checking functionality for rich text content within a text box.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
public class RichTextBoxSpellChecker : ControlSpellCheckerBase, IControlSpellChecker
Inheritance: objectControlSpellCheckerBaseRichTextBoxSpellChecker
Implements:
Inherited Members
Constructors
public RichTextBoxSpellChecker()
Properties
CurrentControl
Control
Gets or sets the current control that is being checked for spelling.
public override Control CurrentControl { get; set; }
Overrides:
Represents the supported control types for the RichTextBoxSpellChecker.
public override Type SupportedControlType { get; }
Overrides:
Methods
Changes the current word being checked by the spell checker to the specified word.
public override void ChangeCurrentWord(string suggestion)
The word to set as the current word for spell checking.
Overrides:
Retrieves the content of the RichTextBox as a document object.
public override RadDocument GetContentAsDocument()
A RadDocument instance representing the current content of the RichTextBox.
Overrides:
Moves the cursor to the next spelling or grammar error in the content.
public override IWordInfo MoveToNextError()
True if the cursor was successfully moved to the next error; otherwise, false.
Overrides:
Sets the content of the RichTextBoxSpellChecker from a specified RadDocument.
public override void SetContentFromDocument(RadDocument document)
The RadDocument that contains the content to be set in the RichTextBoxSpellChecker.
Overrides: