CloseDisplay(id)
If you do not want to close the display completely but only minimize
it, you can use the HideDisplay() command to achieve this. If you want
to dispose of a display completely, you have to use the FreeDisplay()
command instead of CloseDisplay()
.