This topic has not yet been rated - Rate this topic

link property

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

Syntax

HRESULT value = object.put_link( v);HRESULT value = object.get_link(* 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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.