IHTMLAreaElement::noHref Property
Sets or gets whether clicks in this region cause action.
Syntax
HRESULT IHTMLAreaElement::get_noHref(VARIANT_BOOL *p); HRESULT IHTMLAreaElement::put_noHref(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. Clicks cause action. VARIANT_TRUE Clicks do not cause action.
Return Value
Returns S_OK if successful, or an error value otherwise.