SetActive - method of the PmaWorkspace object
Description:
The method activates the corresponding
PmaWorkspace, switches it to foreground and gives focus.
Syntax:
Empty SetActive(String sStyle)
Parameters:
sStyle | (String) Not used, must be empty string. |
---|
Example:
Activates the secondary
PmaWorkspace, for example on another display.
JavaScriptVBScriptSelect and copy to clipboard
oWorkspace2.SetActive("");
oWorkspace2.SetActive ""