| Parameter | Description |
|---|---|
| iItem (Optional) | The item number (0 if omitted). |
Property Boolean Form_FontItalics
| Read Access: | Get Form_FontItalics [iItem] to BooleanVariable |
| Write Access: | Set Form_FontItalics [iItem] to BooleanVariable/Value |
Obsolete
Use FontPointHeight.
If set to true, the Form_FontItalics property will italicize the current form's font without resizing the control.
Set Form_FontItalics 2 to True
Default is false.
If you want the control to resize based on the font, use the font interface (FontItalics). If you want the control to stay the same size, use the form_font interface (Form_FontItalics).