LOCKWINDOW

Locks any one or all open windows.

Syntax:

LOCKWINDOW winnum

Discussion:

See "Graphic windows operations". If the winnum is zero, then all open windows are locked. If the winnum argument is -1, then the currently executing window will lock at the end of the macro execution.

Example:

LOCKWINDOW 7
 

Related Keywords:

UNLOCKWINDOW

Next: