DesktopWindow.Minimized

From Xojo Documentation

Event


DesktopWindow.Minimized()

New in 2021r3

Supported for all project types and targets.

The window has been minimized.

Notes

This event is called when the Minimize method is called or when the user choose to minimize the window using the window buttons or menu item.

A minimized window is still returned by the DesktopApplication.Window method and it is possible that it is the front-most (0 position) window.