PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on August 31, 2004, 09:36:16 AM

Title: Transparent option does not work on Checkbox
Post by: Anonymous on August 31, 2004, 09:36:16 AM
The text part in the checkbox control does not turn transparent when transparent option is turned on.
OS: WinXp
Title: Transparent option does not work on Checkbox
Post by: David Gwillim on August 31, 2004, 11:31:53 AM
AFAIK Transparent refers to a Windows API option that forces the drawing of the controls underneath first. It doesn't make the control itself transparent. Check the Win32API help file for details.

Dave