This topic has not yet been rated - Rate this topic

OnTheaterMode event

Fires when the TheaterMode property is changed.

Syntax

HTML Attribute <element OnTheaterMode = "handler(event)">
Event Property object.OnTheaterMode = handler;
attachEvent Method object.attachEvent("OnTheaterMode", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

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.

See also

InternetExplorer

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.