Close the Mimic Display
You can use a script to close a Mimic display—when a user selects the relevant Mimic item, the Mimic display is closed.
NOTE: If the Mimic item is selected on a WebX client, the script will close the web browser application.
The script for closing a Mimic display is Mimic.Close, for example:
Public Function CloseMimic
Mimic.Close
End Function