Table of Contents

Class WordSpellEventArgs

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

Provides data for the WordSpellEvent handler.

public class WordSpellEventArgs : EventArgs
Inheritance
WordSpellEventArgs

Constructors

WordSpellEventArgs(string, bool, StringItemInfo)

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

Properties

ColorStyle

Represents index of lexical style in LexStyles collection for WordSpellEventArgs.Text. This allows to skip checking spelling for keywords, numbers or identifiers.

Correct

Represents a value indicating whether WordSpellEventArgs.Text has correct spelling.

Text

Represents string to check.