Class WordSpellEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
Provides data for the WordSpellEvent handler.
public class WordSpellEventArgs : EventArgs
- Inheritance
-
WordSpellEventArgs
Constructors
- WordSpellEventArgs(string, bool, StringItemInfo)
Initializes a new instance of the
WordSpellEventArgsclass with specified parameters.
Properties
- ColorStyle
Represents index of lexical style in
LexStylescollection forWordSpellEventArgs.Text. This allows to skip checking spelling for keywords, numbers or identifiers.
- Correct
Represents a value indicating whether
WordSpellEventArgs.Texthas correct spelling.
- Text
Represents string to check.