HideWin

This command was called Hide before build 107.

Makes a window invisible.

Syntax

<HideWin>

Parameters

None.

Remarks

This command hides the window that was targeted by TargetWin, SendWin, etc. A hidden window is invisible. If you want to shrink a window, use MinimizeWin.

Example

<Hotkey F1>
   <SendPC local>
       <TargetWin Uber666>
       <HideWin>

Related topics