ClassControlSpellCheckerBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
cs-api-definition
public abstract class ControlSpellCheckerBase : IControlSpellChecker, IDisposable
Inheritance: objectControlSpellCheckerBase
Derived Classes:
Implements:
Constructors
ControlSpellCheckerBase()
Declaration
cs-api-definition
protected ControlSpellCheckerBase()
Properties
CurrentControl
Declaration
cs-api-definition
public abstract Control CurrentControl { get; set; }
Property Value
Implements
IgnoredOnceWords
Gets or sets the words ignored once by the spell checker
IgnoredWords
Declaration
cs-api-definition
public IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
Implements
ShowAllCapitalLettersWord
Get or set the words with all capital letters
Declaration
cs-api-definition
public bool ShowAllCapitalLettersWord { get; set; }
Property Value
SpellChecker
Declaration
cs-api-definition
public ISpellChecker SpellChecker { get; set; }
Property Value
Implements
Methods
ChangeCurrentWord(string)
Declaration
cs-api-definition
public abstract void ChangeCurrentWord(string suggestion)
Parameters
suggestion
Implements
Dispose()
Declaration
cs-api-definition
public virtual void Dispose()
Implements
MoveToNextError()
Declaration
cs-api-definition
public abstract IWordInfo MoveToNextError()
Returns
Implements
ResetFields()
Declaration
cs-api-definition
public virtual void ResetFields()
Implements
SetContentFromDocument(string)
Declaration
cs-api-definition
public abstract void SetContentFromDocument(string document)
Parameters
document
Implements