IHTMLStyleSheet::get_titleIHTMLStyleSheet::get_title*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyleSheet::get_rules
*Next Topic: IHTMLStyleSheet::get_type

IHTMLStyleSheet::get_title


HRESULT get_title(
    BSTR *p 
);

Retrieves the title of the styleSheet.

p
Address of a variable that receives the title. This parameter receives FALSE if the style sheet has no title or the title is not currently selected.

The application of individual style sheets can be turned on and off dynamically. Note that the value of this property is also controlled by whether titled style sheets are applied.

See also put_title

Up Top of Page


IHTMLStyleSheet::put_title


HRESULT put_title(
    BSTR v 
);

Sets the title of the styleSheet element.

v
String specifying the title.

See also get_title


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