UnselectGraphics
(Engine-Level Function)
Description: | Will deselect all of the graphics in the specified window. |
Returns: | Nothing |
Usage: | Script or steady state. |
Function Groups: | Graphics, Window |
Related to: | SelectArea | SelectDAG | SelectGraphic | UnselectObject |
Format: | UnselectGraphics(Window) |
Parameters: |
Window |
Required. Any expression which gives the object value of any module instance which is drawn in the window. |
Example:
If ZButton(30, 100, 130, 70, "Deselect", 1); [ UnselectGraphics(Self()); ]
If the button that is displayed in the upper left corner of the window is pressed, all graphic objects I that window that were selected will become deselected.