Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::put_linkColor Next Topic: IHTMLDocument2::put_vlinkColor |
IHTMLDocument2::get_linkColor
HRESULT get_linkColor( VARIANT *p );Retrieves the color of the document links.
- 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_linkColor
IHTMLDocument2::put_linkColor
HRESULT put_linkColor( VARIANT v );Sets the color of the document links.
- 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_linkColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.