This topic has not yet been rated - Rate this topic

isMap property

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

HTML 4.01 Specification, Section 13.6.2

Syntax

HRESULT value = object.put_isMap( v);HRESULT value = object.get_isMap(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Default. Image is not a server-side map.

VARIANT_TRUE (true)

Image is a server-side map.

Standards information

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.