This topic has not yet been rated - Rate this topic

OnFullScreen event

Fires when the FullScreen property is changed.

Syntax

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

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

FullScreen [in]

Type: Boolean

A Boolean value that specifies whether the browser window is in full-screen mode.

VARIANT_TRUE (true)

Browser window is in full-screen mode.

VARIANT_FALSE (false)

Browser window is not in full-screen mode.

Remarks

The WebBrowser object ignores this event.

When using scripting in an HTML page, this event corresponds to the FullScreen property passed in the open method.

See also

InternetExplorer

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.