|

e_Type


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



CONSTANT


VALUE DESCRIPTION


SIZE_RESTORED


0


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


SIZE_MINIMIZED


1


The dialog was minimized to the taskbar.


SIZE_MAXIMIZED


2


The dialog was maximized.

Tip: To make your dialog resizable, enable the resizable option on the Attributes tab of the Dialog's properties.


|