Constructor WordSpellEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.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
stringText to check.
correct
boolSpecifies whether text spelling is correct.
colorStyle
StringItemInfoColor style for text to check-up.