This topic has not yet been rated - Rate this topic

WindowSetLeft event

Fires when the object changes its left position.

Syntax

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

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

nLeft [in]

Type: Long

A Long that specifies the new left position of the WebBrowser window.

Remarks

The WindowSetLeft event is fired when the left position of a window is changed by using the Left property.

This event is also fired when a new window is opened through scripting, by using the window.open method. The value of the Left parameter indicates the left position requested in the call to window.open.

This event is available only to an application that is hosting the WebBrowser control installed by Microsoft Internet Explorer 5.5 and later.

See also

WebBrowser

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.