Sets the size of the dialog
[C++]
void SetSize(
USHORT cx,
USHORT cy
);
Width of dialog in pixels. Ignored if 0.
Height of dialog in pixels. Ignored if 0.
Sets the size of the dialog.
Note that zero values for cx and cy will result
in the default size being applied.
Header: xldialog.h