Form_FontUnderline - DfBaseMenu
Obsolete Determines if the form's font will be underlined without resizing the control
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Boolean Form_FontUnderline
| Access Type | Syntax |
|---|---|
| Read Access: | Get Form_FontUnderline to BooleanVariable |
| Write Access: | Set Form_FontUnderline to BooleanVariable/Value |
Description
Obsolete
Use FontPointHeight.
If set to true, the Form_FontUnderline property will underline the form's font without resizing the control.
Set Form_FontUnderline 2 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).