Contents Index Topic Contents | ||
Previous Topic: object Next Topic: offsetHeight |
offscreenBuffering
Description
Specifies whether to use offscreen buffering. When the document is first loaded the value is a string, "auto", which allows Internet Explorer 4.0 to decide when offscreen buffering is used.
Syntax
object.offscreenBuffering[ = Boolean]
Settings
This read-write property can be set to TRUE to enable offscreen buffering, and FALSE to disable it. The return type of the property, once it has been set, is a Boolean value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.