Language References
Sets or retrieves whether objects are drawn offscreen before being made visible to the user.
HTML |
N/A |
Script |
window.offscreenBuffering [ = vBuffering ] |
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.
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.
window