IHTMLWindow7 interface

TBD.

Members

The IHTMLWindow7 interface inherits from the IUnknown interface. IHTMLWindow7 also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLWindow7 interface has these methods.

Method Description
getComputedStyle

Returns a currentStyle object containing the CSS settings that are applied to the specified element or a pseudo-element related to the specified element.

getSelection

Returns an object that represents the current selection of the document.

 

Properties

The IHTMLWindow7 interface has these properties.

Property Description

innerHeight

Gets the height of the window, excluding user interface elements, such as the window frame, toolbars, and so on.

innerWidth

Gets the width of the window, excluding user interface elements, such as the window frame.

outerHeight

Gets the height of the window, including user interface elements, such as the window frame, toolbars, and so on.

outerWidth

Gets the width of the window, including user interface elements, such as the window frame.

pageXOffset

Gets the distance, in pixels, that a document has scrolled horizontally.

pageYOffset

Gets the distance, in pixels, that a document has scrolled vertically.

performance

Returns a performance object that represents times and timing measures recorded for the document that is loaded into the window object.

 

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2012