Interface IControlSpellChecker
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public interface IControlSpellChecker : IDisposable
Properties
CurrentControl
Gets or sets the control that is spell checked
Declaration
Control CurrentControl { get; set; }
Property Value
System.Windows.Forms.Control
The current control. |
IgnoredOnceWords
Gets or sets the words ignored once by the spell checker
Declaration
IDictionary<int, string> IgnoredOnceWords { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.Int32, System.String>
|
IgnoredWords
Gets or sets the words ignored by the spell checker
Declaration
IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
IIgnoredWordDictionary
The ignored words. |
SpellChecker
Gets the spell checker.
Declaration
ISpellChecker SpellChecker { get; }
Property Value
ISpellChecker
The spell checker. |
Methods
ChangeCurrentWord(String)
Changes the current word.
Declaration
void ChangeCurrentWord(string suggestion)
Parameters
System.String
suggestion
The suggestion. |
MoveToNextError()
ResetFields()
Resets the fields.
Declaration
void ResetFields()
SetContentFromDocument(String)
Sets the content from string.
Declaration
void SetContentFromDocument(string document)
Parameters
System.String
document
The document. |