Restore Action

Description

You can use the Restore action to restore a maximized or minimized window to its previous size.

Setting

The Restore action doesn’t use any arguments.

Remarks

This action works on the selected object. If an object has been minimized to an icon, you can first select it using the SelectObject action and then restore it to its previous size using the Restore action.

You can use the MoveSize action to move or size a window that you have restored.

The Restore action has the same effect as clicking the Restore button in the window’s upper-right corner or clicking the Restore command on the window’s Control menu.

To run the Restore action in Visual Basic, use the Restore method of the DoCmd object.

See Also

Maximize Action, Minimize Action, MoveSize Action, Restore Method, SelectObject Action.