Class WordSpellEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.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 forWordSpellEventArgs.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.