Sets or gets whether the object is in theater mode.
Syntax
InternetExplorer.TheaterMode(bRegister) [ = bTheaterMode ]
Possible Values
| bTheaterMode | Boolean that
specifies or receives one of the following values:falseDefault. Object is in normal mode. trueObject is in theater 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 with 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.
The WebBrowser object saves the value of this property, but otherwise ignores it.
Applies To