Property Boolean FontUnderline
Read Access: | Get FontUnderline to BooleanVariable |
Write Access: | Set FontUnderline to BooleanVariable/Value |
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).