advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
BackColor, ForeColor Properties Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.][ctlname.]BackColor[ = color%]
 [form.][ctlname.]ForeColor[ = color%]
 
 Usage Note
   ■ Changing the background color of a form causes a repaint of the form
     background, which clears all text on the background even if AutoRedraw
     is set to True (-1). See: AutoRedraw Property
 
   ■ When THREE_D is set to False (0), control borders are drawn in the
     foreground color of the control. See: THREE_D Constant