Write-only |
About Windows |
Description |
Makes a window object the Active Window. In order to change properties on any of the active objects, you must first have a "handle" to the active object using the Set command. For more information, See Programming the Analyzer Object Model. You do not have to make an object "Active" to set or read its properties remotely. But an object must be "Active" to change its values from the front panel. |
VB Syntax |
app.ActivateWindow n |
Variable |
(Type) - Description |
app |
An Application (object) |
n |
(long) Number of the window to make active |
Return Type |
Window Object |
Default |
Not Applicable |
Examples |
app.ActivateWindow 4 |
C++ Syntax |
HRESULT ActivateWindow(long WindowNumber) |
Interface |
IApplication |