Contents Index Topic Contents | ||
Previous Topic: IHTMLAreaElement::get_href Next Topic: IHTMLAreaElement::get_onblur |
IHTMLAreaElement::get_noHref
HRESULT get_noHref( VARIANT_BOOL *p );Determines whether clicks in this region should cause no action.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a Boolean variable that is set to TRUE if clicks cause no action, or FALSE otherwise. The default value for this property is FALSE.
See also put_noHref
IHTMLAreaElement::put_noHref
HRESULT put_noHref( VARIANT_BOOL v );Sets whether clicks in this region should cause no action.
- Returns S_OK if successful, or an error value otherwise.
- v
- Boolean value that determines if an action should occur. TRUE causes no action when clicked; FALSE does. The default value for this property is FALSE.
See also get_noHref
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.