UseLunaColors |
PXPGlobal.UseLunaColors(BYTE bUseLunaColors)
You can use this method to turn off the use of Windows Luna colors (Windows XP Theme colors). The result will be a gray theme. This will only have effect on the GetColor method, which in turn affects window and appframe background colors (and other PowerOffice products with PowerXP-Theme support).
Example:
PXPGlobal.UseLunaColors(False)