System.setWindowFocus() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to System Class Summary |
Availability |
Windows |
Usage |
mdm.System.setWindowFocus(windowID:Number):Void |
Parameters |
windowID:Number - Window handle |
Returns |
Nothing |
Description |
Sets focus to the specified window. |
Notes |
To retrieve a list of running windows and their window handles use System.getWindowList(). |
Example Code |
mdm.System.setWindowFocus(5024); |
mdm.System Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |