PopupWindow

Applies to

WebBrowser controls

Description

Specifies whether the new page is opened in a new popup window (similar to "Open in new tab" in the other Web browsers). The default value is TRUE.

When this property is changed at runtime, the Web page will need to be refreshed or navigated again for the property to take effect.

Usage

In a painter

To set the PopupWindow property:

  • Select the PopupWindow check box on the General page of the control's Properties view.

In scripts

The PopupWindow property takes a boolean value. This example sets PopupWindow for the WebBrowser control:

wb_1.PopupWindow = TRUE