Enumerates the styles of underlining used when a word is misspelled.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public enum UnderlineStyleEnum
Visual Basic (Declaration)
Public Enumeration UnderlineStyleEnum

Members

Member nameDescription
ULNone
Misspelled words are not underlined.
ULInvert
Misspelled words are inverted.
ULSingle
Misspelled words are underlined with a single line.
ULDouble
Misspelled words are underlined with a double line.
ULWiggly
Misspelled words are underlined with a wiggly line.

Remarks

Use the members of this enumeration to set the value of the UnderlineStyle property.

See Also