Syntax
| window.ID.setForegroundWindow() |
Parameters
None.
Return value
No value is returned.
Description
Puts current window into the foreground and activates the window.
Keyboard input is directed to the window, and various visual cues are changed for the user. |
MioScript Sample Code
window.main.setForegroundWindow()
|
|