vLink property
Sets or gets the color of links in the object that have already been visited.
Syntax
HRESULT value = object.put_vLink( v);HRESULT value = object.get_vLink(* p);
Property values
Type: VARIANT
one of the color names or values in the Color Table.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 7.5.1 (Deprecated)
Remarks
Some browsers do not recognize color names, but all browsers should recognize the #RRGGBB format of RGB color values and display them correctly.
See also
Show: