browser class : EnablePopup(bool) setter

Description

Sets a value indicating whether a popup is enabled to display.

Syntax

instance.EnablePopup = value;

Assigned value

ClassDescription
boolA value indicating whether a popup is enabled to display.

Return value

None.

Sample code

1:

browser b; // Main-browser

2:

b.EnablePopup = true; // Popup page will display as new tab.

Notes

If sets to true, a popup will display.

If sets to false, a popup will not display.

The default value is false.

Cooker does not have a popup window. If set true, popup page will display on the browser.

Links for reference

None.

Copyright © Cooker All rights reserved.