|
|
|
|
|
FontItalic (Property) In french: PoliceItalique
The FontItalic property is used to: - Determine if the text is italicized.
- Apply or remove italic formatting from the text.
// Write the text displayed in "STC_StaticControl" in italic STC_StaticControl.FontItalic = True
Syntax
Determining if the text displayed in a control is italicized Hide the details
<Result> = <Control used>.FontItalic
<Result>: Boolean - True if the text is written in italic,
- False otherwise.
<Control used>: Control name Name of the control to be used. Remarks Limitations In a report, the FontItalic property can only be used on: - a Static control.
- a URL Link control.
- a Calculated control.
- a Preset control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|