Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Fires when the FullScreen property is changed.
Syntax
| HTML Attribute | <element OnFullScreen = "handler(event)"> |
| attachEvent Method | object.attachEvent("OnFullScreen", handler) |
Event information
| Synchronous | No |
| Bubbles | No |
| Cancelable | No |
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.