Index
Printing Textbox Outlines
Because printers may have different settings it might be helpful to see the outlines of the text boxes for field alignment purposes. The PrintCellRectangle property can use used to achieve this.
Example
cmsForm.PrintCellRectangle = true;
in General