isMap property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether the image is a server-side image map.
![]() |
Syntax
HRESULT value = object.put_isMap(VARIANT_BOOL v);HRESULT value = object.get_isMap(VARIANT_BOOL* 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: 6/12/2012
Community Additions
Show:
