WndInfo - method of the Pm object
Syntax:
Empty WndInfo(Boolean bShow)
Parameters:
bShow | (Boolean) Value of the parameter.
true - open the window
false - close the window |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
Pm.WndInfo(1);
Pm.WndInfo 1