OnFullScreen Event
Fires when the FullScreen property is changed.
Syntax
Private Sub object_OnFullScreen( _ ByVal FullScreen As Boolean)
Parameters
- object
Object expression that resolves to the InternetExplorer object.
FullScreen
A Boolean value that specifies whether the browser window is in full-screen mode.
true
Browser window is in full-screen mode.false
Browser window is not in full-screen mode.
Error Codes
No return value.
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.
Applies To