IHTMLElement::get_titleIHTMLElement::get_title*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLElement::put_title
*Next Topic: IHTMLElement::put_language

IHTMLElement::get_title


HRESULT get_title(
    BSTR *p
);

Retrieves the title of the style sheet.

p
Address of a string variable that receives the title. It is FALSE for style sheets that do not specify a title, and that 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


IHTMLElement::put_title


HRESULT put_title(
    BSTR v
);

Sets the title of the style sheet.

v
String specifying the title. It is FALSE for style sheets that do not specify a title, and that 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 get_title


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