BringToTop

Syntax

Document.BringToTop

Parameters

None

Returns

Boolean - True if the operation was successful, False if the window could not be topped

Remarks

Switches the application focus to the view associated with this document. If New Window has been used to create multiple windows for the document, the focus is given to the first, i.e., the one the ":1" suffix in the window's title bar. BringToTop returns False if an interactive command is in progress on any document.

BringToTop places the image window at the front of the Windows Z-order list for the MaxIm DL application so that it is not obscured by any other images.  It may still be partially or completely hidden by other tool windows such as the CCD Control Window, etc.

This method is equivalent to clicking on the image window's title bar.