<< Click to Display Table of Contents >> VpeSetBottomLinePenColor |
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 VpeWriteBox().
void VpeSetBottomLinePenColor(
VpeHandle hDoc,
COLORREF pen_color
)
VpeHandle hDoc
Document Handle or VPE Object Handle
COLORREF pen_color
one of the "COLOR_xyz" constants described in Programmer's Manual or any RGB value
Default:
COLOR_BLACK
"FormFields" in the Programmer's Manual