TheaterMode Property
Sets or gets whether the object is in theater mode.
Syntax
InternetExplorer.TheaterMode(bTheaterMode) [ = bTheaterMode ]
Possible Values
bTheaterMode Boolean that specifies or receives one of the following values: TrueObject is in theater mode.FalseDefault. Object is in normal mode.The property is read/write. The property has no default value.
Remarks
In theater mode, the object's main window fills the entire screen and displays a toolbar that has a minimal set of navigational buttons. A status bar is also provided in the upper-right corner of the screen. Explorer bars, such as History and Favorites , are displayed as an autohide pane on the left edge of the screen in theater mode.
Setting TheaterMode (even to False) resets the values of the AddressBar and ToolBar properties to True. Disable the address bar and toolbars after you set the TheaterMode property.
The WebBrowser object saves the value of this property, but otherwise ignores it.
Applies To
InternetExplorer