Underline

[property icon] Underline

Turns on/off underlining

Boolean property

Applies to: Font Object


>

Underline

If set to TRUE, the associated font set will use an underlined font. For example, the following could be used to change the font specified by the dlgfont1 font set to an underlined font:

.dlgfont1.underline = TRUE

and to return the current setting the following could be used:

Type = .dlgfont1.underline

See also

Font Object methods, properties and events.