IHTMLDocument2::get_alinkColorIHTMLDocument2::get_alinkColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_alinkColor
*Next Topic: IHTMLDocument2::put_bgColor

IHTMLDocument2::get_alinkColor


HRESULT get_alinkColor(
    VARIANT *p
);

Retrieves the color that the browser uses to indicate the active link.

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

See also put_alinkColor

Up Top of Page


IHTMLDocument2::put_alinkColor


HRESULT put_alinkColor(
    VARIANT v
);

Sets the color that the browser uses to indicate the active link.

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

See also get_alinkColor


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