IHTMLStyleSheetPage2 interface

Represents a single rule set in a Cascading Style Sheets (CSS) style sheet.

Members

The IHTMLStyleSheetPage2 interface inherits from the IDispatch interface. IHTMLStyleSheetPage2 also has these types of members:

  • Properties

Properties

The IHTMLStyleSheetPage2 interface has these properties.

Property Description

selectorText

Sets or retrieves a value that represents the textual representation of the selector for the rule set.

style

Retrieves the declaration block of the current rule.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch