FontUnderline - DfBaseWindow

Determines if font will be printed with underscores at the base of the character

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean FontUnderline

Read Access: Get FontUnderline to BooleanVariable
Write Access: Set FontUnderline to BooleanVariable/Value


Description

If Fontunderline is set true, font will be printed with underscores at the base of the character. If false, the font will be printed normally.

Set FontUnderline to true

Default is false.

If you want the control to resize based on the font, use the font interface (FontUnderline). If you want the control to stay the same size, use the form_font interface (Form_FontUnderline).