IHTMLStyleSheet3 interface

This interface extends the IHTMLStyleSheet and IHTMLStyleSheet2 interfaces.

Members

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

  • Properties

Properties

The IHTMLStyleSheet3 interface has these properties.

Property Description

href

Sets or retrieves the URL of the linked style sheet.

isAlternate

Retrieves a value that indicates whether the IHTMLStyleSheet3 object is an alternative style sheet.

isPrefAlternate

Retrieves a value that indicates whether the IHTMLStyleSheet3 object is the preferred style sheet.

 

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLStyleSheet