Applies to:
Main Dialog
Description:
Restores the Main Dialog of the application
to its "normal size" if it's maximized ("normal size"
being the previous non-maximized size). If the application is minimized
at the moment this action is performed, it will also restore it to "normal"
size".
If
the action is performed while the application is not maximized nor minimized,
this action will do nothing.
Hint:
This action is the complimentary action to
action Max, which will maximize the
application to the full extent of the user screen. The action to be used
for a standard Maximize/Restore Button, would be action Max/Restore.
Actions Max and Restore have been separated mainly for use during a state
change within an action list, where you need full control over these separate
actions.
If
you use the Max/Restore action for maximizing the application after a
state change, it could be not doing exactly what you want, as it always
remembers the previous max or restore action, which means it could happen
that it would not maximize after the state change, if the user just maximized
before that. |