|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.visible(Visible) |
Parameters
| BOOL | Visible | true to show, false to hide. |
Return value
No value is returned.
Description
Show or hide the web browser object.
When hidden, some scripts may be stopped an method anavailable.
It is recommended to set the size to 0 instead of hidding the web browser object.
For more information: browser.ID.pos |
MioScript Sample Code
browser.&br.visible(false); |
|
|
|