vlinkColor property

Sets or gets the color of the links that the user has visited.

Syntax

HRESULT value = object.put_vlinkColor( v);HRESULT value = object.get_vlinkColor(* p);

Property values

Type: VARIANT

one of the color names or values in the Color Table.

#800080

Default. #RRGGBB color value

Remarks

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

See also

IHTMLDocument2::alinkColor

IHTMLDocument2::linkColor