Interface
IControlSpellChecker

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.SpellChecker.dll

Syntax:

cs-api-definition
public interface IControlSpellChecker : IDisposable

Inherited Members IDisposable.Dispose()

Properties

CurrentControl

Gets or sets the control that is spell checked

Declaration

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

Property Value

Control

The current control.

IgnoredOnceWords

Gets or sets the words ignored once by the spell checker

Declaration

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

Property Value

IDictionary<int, string>

IgnoredWords

Gets or sets the words ignored by the spell checker

Declaration

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

Property Value

IIgnoredWordDictionary

The ignored words.

SpellChecker

Gets the spell checker.

Declaration

cs-api-definition
ISpellChecker SpellChecker { get; }

Property Value

ISpellChecker

The spell checker.

Methods

ChangeCurrentWord(string)

Changes the current word.

Declaration

cs-api-definition
void ChangeCurrentWord(string suggestion)

Parameters

suggestion

string

The suggestion.

MoveToNextError()

Moves to next spell check error.

Declaration

cs-api-definition
IWordInfo MoveToNextError()

Returns

IWordInfo

ResetFields()

Resets the fields.

Declaration

cs-api-definition
void ResetFields()

SetContentFromDocument(string)

Sets the content from string.

Declaration

cs-api-definition
void SetContentFromDocument(string document)

Parameters

document

string

The document.