TXTextControl.FontUnderlineStyle Property

This property determines styles for the FontUnderline property.

Syntax

TXTextControl.FontUnderlineStyle [= value]
Setting Description
&H1 Underline style is single underlined.
&H2 Underline style is double underlined.
&H4 Underline style is words only underlined. This value is possible only in combination with single or double underlined.
&H10 The text contains single underlined parts.
&H20 The text contains double underlined parts.
&H40 The text contains parts that are underlined words only.

Remarks

The first group of values describes the underline styles. The second group are additional values that are only useful for the property return value. They inform about complex selections and are possible only when the FormatSelection property has been set to True.

Data Types

Integer.

Limitations

Run time only.

See Also