InterfaceIControlSpellChecker
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
cs-api-definition
public interface IControlSpellChecker : IDisposable
Inherited Members
Properties
CurrentControl
Gets or sets the control that is spell checked
Declaration
cs-api-definition
Control CurrentControl { get; set; }
Property Value
The current control.
IgnoredOnceWords
Gets or sets the words ignored once by the spell checker
IgnoredWords
Gets or sets the words ignored by the spell checker
Declaration
cs-api-definition
IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
The ignored words.
SpellChecker
Gets the spell checker.
Declaration
cs-api-definition
ISpellChecker SpellChecker { get; }
Property Value
The spell checker.
Methods
ChangeCurrentWord(string)
Changes the current word.
Declaration
cs-api-definition
void ChangeCurrentWord(string suggestion)
Parameters
suggestion
The suggestion.
MoveToNextError()
Moves to next spell check error.
SetContentFromDocument(string)
Sets the content from string.
Declaration
cs-api-definition
void SetContentFromDocument(string document)
Parameters
document
The document.