|

e_Type


(number) The type of resize that has occurred. Choose from:



CONSTANT


VALUE DESCRIPTION


SIZE_RESTORED


0


The application was either restored from being maximized or minimized or was resized normally.


SIZE_MINIMIZED


1


The application was minimized to the taskbar.


SIZE_MAXIMIZED


2


The application was maximized.


image

Tip: To make your project resizable, enable the resizable option on the Appearance tab of the Project Settings dialog (Project > Settings). Dialogs have their own resizable setting located on the Attributes tab of its properties dialog.


|