OnTheaterMode EventOnTheaterMode Event*
*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)

ValueDescription
objectAn object expression that evaluates to an object in the Applies To list.
TheaterModeIf 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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.