link property

[This documentation is preliminary and is subject to change.]

Sets or gets the color of the document links for the object.

Syntax

HRESULT value = object.put_link(VARIANT v);HRESULT value = object.get_link(VARIANT* p);

Property values

Type: VARIANT

one of the color names or RGB values in the Color Table.

Standards information

Remarks

The IHTMLBodyElement::link property cannot be set through the BODY object's HTMLFrameSiteEvents::onload event.

Some browsers do not recognize color names, but all browsers should recognize RGB color values and display them correctly.

 

 

Build date: 6/12/2012