<< Click to Display Table of Contents >> BottomLinePenColor |
Sets the pen color for the bottom line. A bottom line is only drawn, if the global PenSize is set to zero. Otherwise a framed FormField will be drawn similar to WriteBox().
property Color VPE.BottomLinePenColor
read / write; runtime only; also supported by TVPEObject
Possible Values:
any of the "COLOR_xyz" constants described in Programmer's Manual
or ActiveX / VCL: any RGB value
or .NET: any member of the .NET Color structure
Default:
COLOR_BLACK
"FormFields" in the Programmer's Manual