IHTMLDocument2::get_linkColorIHTMLDocument2::get_linkColor*
*



Contents  *



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

IHTMLDocument2::get_linkColor


HRESULT get_linkColor(
    VARIANT *p
);

Retrieves the color of the document links.

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_linkColor

Up Top of Page


IHTMLDocument2::put_linkColor


HRESULT put_linkColor(
    VARIANT v
);

Sets the color of the document links.

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_linkColor


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