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.
|
Implements
IgnoredWords
Declaration
public IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
Implements
SpellChecker
Declaration
public ISpellChecker SpellChecker { get; set; }
Property Value
Implements
SupportedControlType
Declaration
public abstract Type SupportedControlType { get; }
Property Value
System.
|
Implements
Methods
ChangeCurrentWord(String)
Declaration
public abstract void ChangeCurrentWord(string suggestion)
Parameters
System.
|
Implements
GetContentAsDocument()
Declaration
public abstract RadDocument GetContentAsDocument()
Returns
Implements
MoveToNextError()
Declaration
public abstract IWordInfo MoveToNextError()
Returns
Implements
ResetFields()
SetContentFromDocument(RadDocument)
Declaration
public abstract void SetContentFromDocument(RadDocument document)
Parameters
Rad
|