asp.net.ph

Skip Navigation Links

offscreenBuffering Property

Language References


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

Syntax


HTML N/A
Script window.offscreenBuffering [ = vBuffering ]

Possible Values


auto String value that allows Microsoft® Internet Explorer® to decide when offscreen buffering is used.
true Boolean value that enables offscreen buffering.
false Boolean value that disables offscreen buffering.

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

Remarks

The offscreenBuffering property impacts 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 DirectX®-based components are in use on the page.

Applies To

window



>

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note