XLL+ Class Library (6.3)

CXlDialog::SetSize

Sets the size of the dialog

void SetSize(
   USHORT cx,
   USHORT cy
);

Parameters

cx

Width of dialog in pixels. Ignored if 0.

cy

Height of dialog in pixels. Ignored if 0.

Remarks

Sets the size of the dialog. Note that zero values for cx and cy will result in the default size being applied.

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods