IHTMLImgElement::isMap Property

Sets or retrieves whether the image is a server-side image map.

Syntax

HRESULT IHTMLImgElement::get_isMap(VARIANT_BOOL *p);
HRESULT IHTMLImgElement::put_isMap(VARIANT_BOOL v);

Parameters

  • p
    Pointer to a variable of type VARIANT_BOOL that receives one of the values listed in Possible Values.
  • v
    VARIANT_BOOL that specifies one of the values listed in Possible Values.

Possible Values

VARIANT_FALSE Default. Image is not a server-side map.
VARIANT_TRUE Image is a server-side map.

Return Value

Returns S_OK if successful, or an error value otherwise.