Table of Contents

Constructor WordSpellEventArgs

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

WordSpellEventArgs(string, bool, StringItemInfo)

Initializes a new instance of the WordSpellEventArgs class with specified parameters.

public WordSpellEventArgs(string text, bool correct, StringItemInfo colorStyle)

Parameters

text string

Text to check.

correct bool

Specifies whether text spelling is correct.

colorStyle StringItemInfo

Color style for text to check-up.