Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleElement Next Topic: IHTMLStyleElement::get_media |
IHTMLStyleElement::get_disabled
HRESULT get_disabled( VARIANT_BOOL *p );Retrieves the Boolean value that determines whether this style element is disabled.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE if the style element is enabled, or FALSE otherwise.
See also put_disabled
IHTMLStyleElement::put_disabled
HRESULT put_disabled( VARIANT_BOOL v );Sets the Boolean value that determines whether this style element is disabled.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the status of the StyleElement. This parameter is TRUE if the style element is disabled, or FALSE otherwise. See STYLE for details.
See also get_disabled
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.