Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::put_alinkColor Next Topic: IHTMLDocument2::put_bgColor |
IHTMLDocument2::get_alinkColor
HRESULT get_alinkColor( VARIANT *p );Retrieves the color that the browser uses to indicate the active link.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the color. It can be one of the color names or values given in the Color Table reference documentation.
See also put_alinkColor
IHTMLDocument2::put_alinkColor
HRESULT put_alinkColor( VARIANT v );Sets the color that the browser uses to indicate the active link.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure containing a string or value specifying the color. It can be one of the color names or values given in the Color Table reference documentation.
See also get_alinkColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.