TextBoxSpellChecker
Represents a spell checker that can be used to check the spelling of text within a textbox.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
public class TextBoxSpellChecker : ControlSpellCheckerBase, IControlSpellChecker
Inheritance: objectControlSpellCheckerBaseTextBoxSpellChecker
Implements:
Inherited Members
Constructors
public TextBoxSpellChecker()
Properties
CurrentControl
Control
Gets or sets the current control that the TextBoxSpellChecker is working with.
public override Control CurrentControl { get; set; }
Overrides:
Gets the type of control supported by the TextBoxSpellChecker.
public override Type SupportedControlType { get; }
Overrides:
Methods
Changes the current word to the specified value in the TextBox spell checker.
public override void ChangeCurrentWord(string suggestion)
The new word to set as the current word in the spell checker.
Overrides:
Gets the content of the TextBox as a document.
public override RadDocument GetContentAsDocument()
A document representation of the current content in the TextBox.
Overrides:
Moves the cursor to the next spelling error in the text box.
public override IWordInfo MoveToNextError()
A boolean value indicating whether the cursor was successfully moved to the next error.
Overrides:
Sets the content of the text box spell checker from the specified document.
public override void SetContentFromDocument(RadDocument document)
The document from which the content is to be set.
Overrides: