OnTheaterMode event
Fires when the TheaterMode property is changed.
Syntax
HTML Attribute | <element OnTheaterMode = "handler(event)"> |
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.
VARIANT_TRUE (true)
Browser is in theater mode.
VARIANT_FALSE (false)
Browser is not in theater mode.
Remarks
The WebBrowser object ignores this event.
Theater mode uses the entire screen to display the content.