isMap property
Sets or retrieves whether the image is a server-side image map.
![]() |
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
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 13.6.2
Build date: 11/12/2012
