browser class : EnablePopup getter
Description
Returns a value indicating whether a popup is enabled to display.
Syntax
instance.EnablePopup
Arguments
None.
Return value
Class | Description |
bool | A value indicating whether a popup is enabled to display. |
Sample code
1: | browser b; // Main-browser |
2: | bool canDisplay = b.EnablePopup; |
Notes
If a popup is enabled, returns true. Otherwise, returns false.
The default value is false.
Cooker does not have a popup window. If this getter is true, popup page will display on the browser.
Links for reference
None.