Class ControlSpellCheckerBase
Inheritance
System.Object
ControlSpellCheckerBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public abstract class ControlSpellCheckerBase : 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
|