IHTMLStyleElement::get_disabledIHTMLStyleElement::get_disabled*
*



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.

p
Address of a variable that receives TRUE if the style element is enabled, or FALSE otherwise.

See also put_disabled

Up Top of Page


IHTMLStyleElement::put_disabled


HRESULT put_disabled(
    VARIANT_BOOL v 
);

Sets the Boolean value that determines whether this style element is disabled.

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


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