ClassControlSpellCheckerBase
Class
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
cs-api-definition
public abstract class ControlSpellCheckerBase : IControlSpellChecker
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
Control
Implements
IgnoredWords
Declaration
cs-api-definition
public IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
Implements
SpellChecker
Declaration
cs-api-definition
public ISpellChecker SpellChecker { get; set; }
Property Value
Implements
SupportedControlType
Declaration
cs-api-definition
public abstract Type SupportedControlType { get; }
Property Value
Implements
Methods
ChangeCurrentWord(string)
Declaration
cs-api-definition
public abstract void ChangeCurrentWord(string suggestion)
Parameters
suggestion
Implements
GetContentAsDocument()
Declaration
cs-api-definition
public abstract RadDocument GetContentAsDocument()
Returns
Implements
MoveToNextError()
Declaration
cs-api-definition
public abstract IWordInfo MoveToNextError()
Returns
Implements
ResetFields()
Declaration
cs-api-definition
public virtual void ResetFields()
Implements
SetContentFromDocument(RadDocument)
Declaration
cs-api-definition
public abstract void SetContentFromDocument(RadDocument document)
Parameters
document
Implements