Contents Index Topic Contents | ||
Previous Topic: FullName Property Next Topic: Height Property |
FullScreen Property
Description
Returns or sets a value indicating whether the Internet Explorer window is maximized.
Syntax
object.FullScreen [= value]
Part Description object Required. An object expression that evaluates to an object in the Applies To list. value Optional. A Boolean expression that determines whether Internet Explorer is maximized. If TRUE, the browser window is maximized; if FALSE, it is not. The default value is FALSE.
Remarks
The WebBrowser object ignores the FullScreen property.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.