IHTMLAreaElement::get_noHrefIHTMLAreaElement::get_noHref*
*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.

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

Up Top of Page


IHTMLAreaElement::put_noHref


HRESULT put_noHref(
    VARIANT_BOOL v
);

Sets whether clicks in this region should cause no action.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.