Window.Maximize event

From Xojo Documentation

Event


Window.Maximize()

Supported for all project types and targets.

The window has been maximized.

Notes

This event handler is called when the window is maximized.

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 method, Restore method