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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE if the element is read-only, or FALSE if not.
See also put_disabled
IHTMLLinkElement::put_disabled
HRESULT put_disabled( VARIANT_BOOL v );Sets the value of the link as being disabled or not.
- Returns S_OK if successful, or an error value otherwise.
- v
- Disabled flag. TRUE sets the element to disabled; FALSE does not.
See also get_disabled
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.