WndLogoff - method of the Pm object
Description:
Displays the Logging off the user window.
Syntax:
Empty WndLogoff(Boolean bShow)
Parameters:
| bShow | (Boolean) Parameter value.
true - open the window
false - close the window |
|---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
Pm.WndLogoff(1);
Pm.WndLogoff 1