Contents Index Topic Contents | ||
Previous Topic: OnStatusBar Event Next Topic: OnToolBar Event |
OnTheaterMode Event
Description
Occurs when the TheaterMode property is changed.
Syntax
Private Sub object_OnTheaterMode(ByVal TheaterMode As Boolean)
Value Description 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.