Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::put_vlinkColor Next Topic: IHTMLDocument2::get_referrer |
IHTMLDocument2::get_vlinkColor
HRESULT get_vlinkColor( VARIANT *p );Retrieves the color of links that have already been visited.
- Returns S_OK if successful, or an error value otherwise.
- 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_vlinkColor
IHTMLDocument2::put_vlinkColor
HRESULT put_vlinkColor( VARIANT v );Sets the color of links that have already been visited.
- Returns S_OK if successful, or an error value otherwise.
- 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_vlinkColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.