IHTMLLinkElement::get_disabledIHTMLLinkElement::get_disabled*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLLinkElement::put_disabled
*Next Topic: IHTMLLinkElement::put_media

IHTMLLinkElement::get_disabled


HRESULT get_disabled( 
    VARIANT_BOOL *p 
);

Returns a Boolean value indicating whether this link has been disabled.

p
Address of a variable that receives TRUE if the element is read-only, or FALSE if not.

See also put_disabled

Up Top of Page


IHTMLLinkElement::put_disabled


HRESULT put_disabled(
    VARIANT_BOOL v 
);

Sets the value of the link as being disabled or not.

v
Disabled flag. TRUE sets the element to disabled; FALSE does not.

See also get_disabled


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