The KeepOnTop method is no longer supported because output from the AmosDebug class is now written to the trace listeners in the Listeners collection, not to a separate AmosDebug window.
In earlier versions, the KeepOnTop method kept the AmosDebug window on top of other windows (if called with an argument of True) or allowed other windows to be on top (if called with an argument of False).
Syntax
object.KeepOnTop ()
The KeepOnTop method syntax has the following parts:
Part |
Description |
object |
An object of type AmosDebug. |