printlabelfontcolor

Enables an item's built-in label to be printed with a specific font color on a color printer.

This color can be the same as or different from the font color shown on the screen. On black and white printers, grayscaling is used.

Syntax

   <printlabelfontcolor>color</printlabelfontcolor>
Table 1. printlabelfontcolor parameters
Parameter Type Description
color special The color may be expressed in any of the following formats:
  • Comma-separated RGB values. For example: 192,192,192
  • Hexadecimal-based RGB values. For example: #336699
  • Color name. For example: blue

Available in

check, checkgroup, combobox, field, list, pane, radio, radiogroup, slider

Examples

These samples both set the printed label font color to forest green.

   <printlabelfontcolor>forest green</printlabelfontcolor>
   <printlabelfontcolor>34,139,34</printlabelfontcolor>
   <printlabelfontcolor>#228B22</printlabelfontcolor>

Usage details

  1. Default: the printlabelfontcolor default is derived from the item’s specified or default labelfontcolor.