IHTMLImgElement::get_isMapIHTMLImgElement::get_isMap*
*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.

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

Up Top of Page


IHTMLImgElement::put_isMap


HRESULT put_isMap(
    VARIANT_BOOL v
);

Specifies whether the picture is a server-side image map.

v
Boolean value that, if TRUE, specifies that the picture is a server-side image map.

See also get_isMap


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.