Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the color of the font for a field used as a criterion in a group definition. Read/write PjColor.
Syntax
expression .FontColor
expression An expression that returns a GroupCriterion2 object.
Remarks
The FontColor property can be one of the following PjColor constants:
pjColorAutomatic |
pjNavy |
pjAqua |
pjOlive |
pjBlack |
pjPurple |
pjBlue |
pjRed |
pjFuchsia |
pjSilver |
pjGray |
pjTeal |
pjGreen |
pjYellow |
pjLime |
pjWhite |
pjMaroon |
To use a hexadecimal RGB value, see the FontColorEx property.