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

OnFullScreen Event


Occurs when the FullScreen property is changed.

Syntax

Private Sub object_OnFullScreen(ByVal FullScreen As Boolean)

Parameters

object
An object expression that evaluates to an object in the Applies To list.
FullScreen
If TRUE, the browser window is maximized; if FALSE, it is not.

Remarks

An application hosting the WebBrowser control should respond to this event by enlarging or reducing the window size. When using scripting in an HTML page, this event corresponds to the size properties passed in the window.open method.

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.