FontBold
- Last UpdatedNov 17, 2021
- 1 minute read
The FontBold property is a read-write property that gets or sets the boldface characteristic for the font used for displaying the query text in the SQL and All Queries tab in the Results pane.
Syntax
aaHistClientQuery.FontBold = discrete;
Result = aaHistClientQuery.FontBold;
Remarks
True = Use bold; False = Do not use bold.
The default value is False.