Table of Contents

Interface IAutoCorrect

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

Represents properties and methods allowing to auto correct words when typing.

public interface IAutoCorrect

Properties

AutoCorrectDelimiters

When implemented by a class, gets or sets an array of chars that used as word delimiters.

AutoCorrection

When implemented by a class, gets or sets a boolean value indicating whether to auto correct words being typed.

Methods

HasAutoCorrection(string, out string)

When implemented by a class, checks whether specified word has correction.

Events

AutoCorrect

When implemented by a class, occurs when control tries to auto correct word being typed.