Contents Index Topic Contents | ||
Previous Topic: IHTMLBodyElement::put_link Next Topic: IHTMLBodyElement::put_vLink |
IHTMLBodyElement::get_link
HRESULT get_link( VARIANT *p );Retrieves the color used for links that have not yet been visited.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the color. Can be one of the color names or values given in the Color Table reference documentation.
See also put_link
IHTMLBodyElement::put_link
HRESULT put_link( VARIANT v );Sets the color of links that have not yet been visited.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure containing either a string or value specifying the color. Can be one of the color names or values given in the Color Table reference documentation.
See also get_link
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.