alinkColor property

Sets or gets the color of all active links in the document.

Syntax

HRESULT value = object.put_alinkColor( v);HRESULT value = object.get_alinkColor(* p);

Property values

Type: VARIANT

one of the color names or RGB values in the Color Table. The default color is blue (#0000FF).

Remarks

Some browsers do not recognize color names, but all browsers should recognize and correctly display RGB color values.

See also

Reference

IHTMLDocument2::linkColor

IHTMLDocument2::vlinkColor