IHTMLScreen3 interface

This interface provides information about the system's screen resolution. It extends the IHTMLScreen2 interface.

Members

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

  • Properties

Properties

The IHTMLScreen3 interface has these properties.

Property Description

systemXDPI

Gets the number of horizontal dpi of display resolution at normal zoom level.

systemYDPI

Gets the number of vertical dpi of display resolution at normal zoom level.

 

Requirements

Minimum supported client

Windows XP with SP2, Windows Vista

Minimum supported server

Windows Server 2008

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch