IHTMLBodyElement::get_vLinkIHTMLBodyElement::get_vLink*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLBodyElement::put_vLink
*Next Topic: IHTMLBodyElement::put_aLink

IHTMLBodyElement::get_vLink


HRESULT get_vLink(
    VARIANT *p
);

Retrieves the color used for links that have been visited.

p
Address of a VARIANT structure that receives the color. Can be one of the color names or values given in the Color Table reference documentation.

See also put_vLink

Up Top of Page


IHTMLBodyElement::put_vLink


HRESULT put_vLink(
    VARIANT v
);

Sets the color of links that have been visited.

v
VARIANT structure that contains either a string or value specifying the color. Can be one of the color names or values given in the Color Table reference documentation.

See also get_vLink


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.