Table of Contents

Interface IEditSpelling

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Represents properties and methods to allowing to visually highlight misspelled words in the control.

public interface IEditSpelling : ISpelling

Properties

CheckSpelling

When implemented by a class, gets or sets a value indicating whether the document can check spelling for its content.

SpellColor

When implemented by a class, gets or sets a value representing color to draw wavy underlines under misspelled words.

Methods

Assign(IEditSpelling)

When implemented by a class, copies the contents from another IEditSpelling object.

ResetSpellColor()

When implemented by a class, resets the SpellColor to the default value.