WindowSetTop Event

Fires when the object changes its top position.

Syntax

  Private Sub object_WindowSetTop( _
  ByVal nTop As Long)

Parameters

  • object
    Object expression that resolves to the WebBrowser object.
  • nTop
    A Long that specifies the top position of the WebBrowser control.

Error Codes

No return value.

Remarks

The WindowSetTop event is fired when the top position of a window is changed by using the Top property.

This event is also fired when a new window is opened through scripting, by using the window.open method. The value of the nTop parameter indicates the top 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.

Applies To

WebBrowser