Class ControlSpellCheckerBase
Inheritance
System.Object
ControlSpellCheckerBase
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public abstract class ControlSpellCheckerBase : Object, IControlSpellChecker
Constructors
ControlSpellCheckerBase()
Declaration
protected ControlSpellCheckerBase()
Properties
CurrentControl
Declaration
public abstract Control CurrentControl { get; set; }
Property Value
System.Windows.Controls.Control
|
Implements
IgnoredWords
Declaration
public IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
IIgnoredWordDictionary
|
Implements
SpellChecker
SupportedControlType
Declaration
public abstract Type SupportedControlType { get; }
Property Value
System.Type
|
Implements
Methods
ChangeCurrentWord(String)
Declaration
public abstract void ChangeCurrentWord(string suggestion)
Parameters
System.String
suggestion
|
Implements
GetContentAsDocument()
MoveToNextError()
ResetFields()
SetContentFromDocument(RadDocument)
Declaration
public abstract void SetContentFromDocument(RadDocument document)
Parameters
RadDocument
document
|