BackColor

 

Type

 

OLE Color

 

Description

 

Determines the default page background color.

 

Example

 

REM Use a white page background by default:

WebsterPro1.BackColor = &H00FFFFFF

 

 

Remarks

 

Changing this property affects subsequent page loads, but not pages that are already in cache (including the current page). You can use the Reload method to update the display after changing this property.