OnFullScreen EventOnFullScreen Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NewWindow2 Event
*Next Topic: OnMenuBar Event

OnFullScreen Event

Description

Occurs when the FullScreen property is changed.

Syntax

Private Sub object_OnFullScreen(ByVal FullScreen As Boolean)

ValueDescription
objectAn object expression that evaluates to an object in the Applies To list.
FullScreenIf 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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.