FontUnderlineΒΆ

FontUnderline specifies an underlined font.

bool = FontUnderline(hFont, bUnderline)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hFont

Identifies the font.

bUnderline

bUnderline specifies an underlined font if set to TRUE.

id-431977