Click to Rate and Give Feedback
Properties
 offscreenBuffering Property
offscreenBuffering Property

Sets or retrieves whether objects are drawn offscreen before being made visible to the user.

Syntax

[ vBuffering = ] window.offscreenBuffering

Possible Values

vBufferingBoolean that specifies or receives one of the following values.
autoDefault. String that allows Windows Internet Explorer to decide when offscreen buffering is used.
trueBoolean that enables offscreen buffering.
falseBoolean that disables offscreen buffering.

The property is read/write. The property has a default value of auto.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.

Remarks

The value of the offscreenBuffering property determines how the current page is drawn. When the property is set to true, objects are added to an offscreen buffer. Once all objects are drawn, the contents of the offscreen buffer are made visible to the user. When the property is set to false, objects are rendered directly to the screen.

By default, Internet Explorer decides when to buffer objects offscreen. In addition, Internet Explorer automatically enables offscreen buffering when Microsoft DirectX-based components are used on the page.

Standards Information

There is no public standard that applies to this property.

Applies To

window
Tags What's this?: Add a tag
Community Content
 
Add Community Content
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker