AnchorColor

 

Type

 

OLE Color

 

Description

 

Determines the default color of a hyperlink in the displayed page.

 

Example

 

REM Show hyperlinks in red:

WebsterPro1.AnchorColor = &H00FF0000

 

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 at run-time.