IHTMLDocument2::get_vlinkColorIHTMLDocument2::get_vlinkColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_vlinkColor
*Next Topic: IHTMLDocument2::get_referrer

IHTMLDocument2::get_vlinkColor


HRESULT get_vlinkColor(
    VARIANT *p
);

Retrieves the color of links that have already been visited.

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

See also put_vlinkColor

Up Top of Page


IHTMLDocument2::put_vlinkColor


HRESULT put_vlinkColor(
    VARIANT v
);

Sets the color of links that have already been visited.

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

See also get_vlinkColor


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