IHTMLStyleSheetRule2 interface

This interface provides additional access to the methods that are returned when you access the styleSheet object.

Members

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

  • Properties

Properties

The IHTMLStyleSheetRule2 interface has these properties.

Property Description

selectorText

Retrieves a string that identifies which elements the corresponding style sheet rule applies to.

 

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