Returns or sets a value indicating whether the Microsoft® Internet Explorer window is maximized.
Syntax
object.FullScreen [= value]
Parameters
- 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
InternetExplorer, WebBrowser