IControlSpellChecker
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
C#
public interface IControlSpellChecker : IDisposable
Derived Classes:
Inherited Members
Properties
Gets or sets the control that is spell checked
C#
Control CurrentControl { get; set; }
The current control.
Gets or sets the words ignored once by the spell checker
C#
IDictionary<int, string> IgnoredOnceWords { get; set; }
Gets or sets the words ignored by the spell checker
C#
IIgnoredWordDictionary IgnoredWords { get; set; }
The ignored words.
Gets the spell checker.
C#
ISpellChecker SpellChecker { get; }
The spell checker.
Methods
Changes the current word.
Moves to next spell check error.
Resets the fields.
C#
void ResetFields()
Sets the content from string.