Applies to:
Main Dialog
Description:
Maximizes the Main Dialog of the application
to the full extent of the user screen if it's not maximized at that time.
This means, it will maximize the application if it's minimized or not
using the full screen at that moment.
It will not do anything if the application
is already maximized at the moment the action is performed.
Hint:
This action is the complimentary action to
action Restore which will restore
the application to the "normal size". 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. |