OnTheaterMode event
Fires when the TheaterMode property is changed.
Syntax
| HTML Attribute | <element OnTheaterMode = "handler(event)"> |
|---|---|
| Event Property | object.OnTheaterMode = handler; |
| attachEvent Method | object.attachEvent("OnTheaterMode", handler) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- TheaterMode [in]
-
Type: Boolean
A Boolean value that specifies whether the browser is in theater mode.
Remarks
The WebBrowser object ignores this event.
Theater mode uses the entire screen to display the content.
See also
Build date: 11/12/2012