Occurs when the TheaterMode property is changed.
Syntax
Private Sub object_OnTheaterMode(ByVal TheaterMode As Boolean)
Parameters
- object
- An object expression that evaluates to an object in the Applies To list.
- TheaterMode
- If TRUE, the browser is in theater mode; if FALSE, the browser is in normal viewing mode. The default value is FALSE.
Remarks
Theater mode uses the entire screen to display the content.
Applies To
InternetExplorer, WebBrowser