This topic has not yet been rated - Rate this topic

IHTMLStyleSheetsCollection interface

This interface provides the ability to obtain the number of styleSheets in the collection, and to iterate through the styleSheets collection of the style element.

Members

The IHTMLStyleSheetsCollection interface inherits from the IDispatch interface but does not have additional members.

Remarks

A zero-based collection of style sheets is exposed from the document object. Each style sheet object represents an individual style sheet for the document. This object represents instances of the link and style elements whose REL attributes are set to styleSheet.

Imported style sheets are contained within a style element and are accessible through the IHTMLStyleSheet::imports method.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.