ClassTextBoxSpellChecker
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
cs-api-definition
[Export(typeof(IControlSpellChecker))]
public class TextBoxSpellChecker : ControlSpellCheckerBase, IControlSpellChecker, IDisposable
Inheritance: objectControlSpellCheckerBaseTextBoxSpellChecker
Implements:
Inherited Members
Constructors
TextBoxSpellChecker()
Declaration
cs-api-definition
public TextBoxSpellChecker()
TextBoxSpellChecker(RadTextBoxControlElement)
Declaration
cs-api-definition
public TextBoxSpellChecker(RadTextBoxControlElement radTextBoxControlElement)
Parameters
radTextBoxControlElement
TextBoxSpellChecker(TextBoxBase)
Declaration
cs-api-definition
public TextBoxSpellChecker(TextBoxBase textBoxBase)
Parameters
textBoxBase
Properties
CurrentControl
Declaration
cs-api-definition
public override Control CurrentControl { get; set; }
Property Value
Overrides
DropDownMenu
Declaration
cs-api-definition
public RadDropDownMenu DropDownMenu { get; set; }
Property Value
Methods
ChangeCurrentWord(string)
Declaration
cs-api-definition
public override void ChangeCurrentWord(string suggestion)
Parameters
suggestion
Overrides
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides
GetListOfWords()
Declaration
cs-api-definition
public IEnumerable<IWordInfo> GetListOfWords()
Returns
IEnumerable<IWordInfo>
MoveToNextError()
Declaration
cs-api-definition
public override IWordInfo MoveToNextError()
Returns
Overrides
SetContentFromDocument(string)
Declaration
cs-api-definition
public override void SetContentFromDocument(string document)
Parameters
document
Overrides