Click to return to the Reusing Browser Technology home page    
OnStatusBar Event     OnToolBar Event     WebBrowser Control Events    
Web Workshop  |  Reusing Browser Technology

OnTheaterMode Event


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.