Contents Index Topic Contents | ||
Previous Topic: IHTMLImgElement::put_isMap Next Topic: IHTMLImgElement::put_useMap |
IHTMLImgElement::get_isMap
HRESULT get_isMap( VARIANT_BOOL *p );Determines whether the picture is a server-side image map.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE if the picture is a server-side image map, or FALSE if not.
See also put_isMap
IHTMLImgElement::put_isMap
HRESULT put_isMap( VARIANT_BOOL v );Specifies whether the picture is a server-side image map.
- Returns S_OK if successful, or an error value otherwise.
- v
- Boolean value that, if TRUE, specifies that the picture is a server-side image map.
See also get_isMap
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.