Official Content

Determines the font style in the control with an Underline in it.

Syntax

control. FontUnderline = value

Where:

control
    Is the name of a control inserted in the form.


Values

0 (False) Turns off the formatting in that style.
1 (True) Turns on the formatting in that style.

Scope

Generators: .NET, .NET Framework, Java
Controls: Attribute/Variable (Control Type: Check Box, Combo Box, Dynamic Combo Box, Dynamic List Box, Edit, List Box, Radio Button)

Description

It is only considered if the FontStrikethru property is set to 0 (disabled).

Runtime/Design time

This property applies only at runtime.

Samples

txtctrl.FontUnderline = 1

where txtctrl is the name of a text control.

See Also

FontItalic property
FontName property
FontBold property
FontSize property
FontStrikethru property
HowTo: Format plain text programmatically

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant