|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| window.ID.zInsertAfter(WindowTitle) |
Parameters
| STRING | WindowTitle | Title of the window to precede the positioned window in the Z order. This window can be owned by the current application or by another application. |
Return value
No value is returned.
Description
| Places the window above the window specified by the parameter. |
MioScript Sample Code
window.main.zInsertAfter("Any Window Title")
|
|
|
|