The control's background color.
Usage
Set_Property(OLECtrlEntID, "OLE.Background", ColorFill)
Values
ColorFill can be any Color Fill value.
Remarks
The Background property establishes the background color for the control. This is the color seen behind the hypertext. Set this property to "None" if you want a truly transparent hyperlink control, i.e., if you want the parent window's background to show through.
Example
// Place a light red, gradient background behind the hyperlink Set_Property(@Window:".OLE_HYPERLINK", "OLE.Background", "Gradient(Pink, Red)")