XLL+ Class Library (7.0)

CXlDialog::CXlDialog

Constructs a CXlDialog object without displaying it

CXlDialog( );
CXlDialog(
   const char* pszTitle,
   USHORT cx,
   USHORT cy,
   USHORT x = 0,
   USHORT y = 0
);

Parameters

pszTitle

Title of the dialog, which will appear in the dialog's title bar.

cx

Width of dialog in pixels.

cy

Height of dialog in pixels.

x

Coordinate of left side of dialog. Ignored if 0.

y

Coordinate of top of dialog. Ignored if 0.

Remarks

Any parameters passed into the constructor may be changed before the dialog is displayed.

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods