DesktopWindow.Restored

From Xojo Documentation

Event


DesktopWindow.Restored()

New in 2021r3

Supported for all project types and targets.

The window has been restored to its prior state from either being minimized or maximized.

Notes

This event handler is called when the window is restored from a prior state.

This can occur when the user selects one of the window buttons or menu commands for the action. The event handler may also be called using one of the following methods, depending on the state of the window:

See Also

Maximize and Restore methods