FontItalic
- Last UpdatedNov 17, 2021
- 1 minute read
The FontItalic property is a read-write property that gets or sets whether the query text appears in an italicized font.
Syntax
aaHistClientQuery.FontItalic = discrete;
Result = aaHistClientQuery.FontItalic;
Remarks
True = Use italics; False = Do not use italics.
The default value is False.