Class
ControlSpellCheckerBase

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: RadRichTextBoxSpellCheckerRichTextBoxSpellCheckerTextBoxSpellChecker

Implements: IControlSpellChecker

Constructors

ControlSpellCheckerBase()

Declaration

cs-api-definition
protected ControlSpellCheckerBase()

Properties

CurrentControl

Declaration

cs-api-definition
public abstract Control CurrentControl { get; set; }

Property Value

Control

Implements IControlSpellChecker.CurrentControl

IgnoredWords

Declaration

cs-api-definition
public IIgnoredWordDictionary IgnoredWords { get; set; }

Property Value

IIgnoredWordDictionary

Implements IControlSpellChecker.IgnoredWords

SpellChecker

Declaration

cs-api-definition
public ISpellChecker SpellChecker { get; set; }

Property Value

ISpellChecker

Implements IControlSpellChecker.SpellChecker

SupportedControlType

Declaration

cs-api-definition
public abstract Type SupportedControlType { get; }

Property Value

Type

Implements IControlSpellChecker.SupportedControlType

Methods

ChangeCurrentWord(string)

Declaration

cs-api-definition
public abstract void ChangeCurrentWord(string suggestion)

Parameters

suggestion

string

Implements IControlSpellChecker.ChangeCurrentWord(string)

GetContentAsDocument()

Declaration

cs-api-definition
public abstract RadDocument GetContentAsDocument()

Returns

RadDocument

Implements IControlSpellChecker.GetContentAsDocument()

MoveToNextError()

Declaration

cs-api-definition
public abstract IWordInfo MoveToNextError()

Returns

IWordInfo

Implements IControlSpellChecker.MoveToNextError()

ResetFields()

Declaration

cs-api-definition
public virtual void ResetFields()

Implements IControlSpellChecker.ResetFields()

SetContentFromDocument(RadDocument)

Declaration

cs-api-definition
public abstract void SetContentFromDocument(RadDocument document)

Parameters

document

RadDocument

Implements IControlSpellChecker.SetContentFromDocument(RadDocument)