Constructs a CXlDialog object without displaying it
[C++]
CXlDialog();
CXlDialog(
const char* pszTitle,
USHORT cx,
USHORT cy,
USHORT x = 0,
USHORT y = 0
);
Title of the dialog, which will appear in the dialog's title bar.
Width of dialog in pixels.
Height of dialog in pixels.
Coordinate of left side of dialog. Ignored if 0.
Coordinate of top of dialog. Ignored if 0.
Any parameters passed into the constructor may be changed
before the dialog is displayed.
Header: xldialog.h