UnPin command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Unpins the specified Client</span><span style="font-size: 16px; font-family: 'Times New Roman',Times,Georgia,serif;"> </span><span class="f_Para">[[Opening an external window|external window(s)]], that is, no longer forces the window(s) to remain at the top of the Client PC's open window stack.  </span>
<span class="f_Para">Unpins the specified Client</span><span style="font-size: 16px; font-family: 'Times New Roman',Times,Georgia,serif;"> </span><span class="f_Para">[[Opening an external window|external window(s)]], that is, no longer forces the window(s) to remain at the top of the Client PC's open window stack.  </span>



Latest revision as of 19:10, 9 February 2023

Action:

Unpins the specified Client external window(s), that is, no longer forces the window(s) to remain at the top of the Client PC's open window stack.  

Syntax:

unpin {windowname | pattern | *}

where you must specify one of these:

  • <windowname, the (case not important) name, or title, at the top of a Client work window or external window
  • pattern, a character sequence that ends with an asterisk (*), which performs a "wildcard" search (for example, w* finds the Watch Window and Web Buffer window)
  • A lone asterisk (*), which removes the pinning from all pinned windows

If you unPin a window that is not already pinned, the command is ignored. If the command indicates a window that is missing or invalid, or if it does not match an open external window, an error message is issued.  

To pin a window that is not currently pinned, use the pin command.

Client menu: Context menu option (UnPin) of external window title bar
Introduced: Build 56