VSSpell Control > VSSpell All Members > VSSpell Properties > UnderlineStyle Property |
Sets or returns the style of the underline effect used to highlight typing errors.
[form!]VSSpell.UnderlineStyle[ = UnderlineStyleConstants ]
The settings for the UnderlineStyle property are described below:
Value |
Constant |
Description |
0 |
vsspellULNone |
Misspelled words are not underlined. |
1 |
vsspellULInvert |
Misspelled words are inverted. |
2 |
vsspellULSingle |
Misspelled words are underlined with a single line. |
3 |
vsspellULDouble |
Misspelled words are underlined with a double line. |
4 |
vsspellULWiggly |
Misspelled words are underlined with a wiggly line. |
The color of the underline is determined by the UnderlineColor property.
UnderlineStyleConstants (Enumeration)
vsspellULWiggly (4)