Class
ControlSpellCheckerBase

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.SpellChecker.dll

Syntax:

cs-api-definition
public abstract class ControlSpellCheckerBase : IControlSpellChecker, IDisposable

Inheritance: objectControlSpellCheckerBase

Derived Classes: TextBoxSpellChecker

Implements: IControlSpellCheckerIDisposable

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

IgnoredOnceWords

Gets or sets the words ignored once by the spell checker

Declaration

cs-api-definition
public IDictionary<int, string> IgnoredOnceWords { get; set; }

Property Value

IDictionary<int, string>

Implements IControlSpellChecker.IgnoredOnceWords

IgnoredWords

Declaration

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

Property Value

IIgnoredWordDictionary

Implements IControlSpellChecker.IgnoredWords

ShowAllCapitalLettersWord

Get or set the words with all capital letters

Declaration

cs-api-definition
public bool ShowAllCapitalLettersWord { get; set; }

Property Value

bool

SpellChecker

Declaration

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

Property Value

ISpellChecker

Implements IControlSpellChecker.SpellChecker

Methods

ChangeCurrentWord(string)

Declaration

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

Parameters

suggestion

string

Implements IControlSpellChecker.ChangeCurrentWord(string)

Dispose()

Declaration

cs-api-definition
public virtual void Dispose()

Implements IDisposable.Dispose()

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(string)

Declaration

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

Parameters

document

string

Implements IControlSpellChecker.SetContentFromDocument(string)