XLL+ Class Library

CXlDialog::SetPos

Sets the position and optinally the size of the dialog

[C++]
void SetPos(
   USHORT x,
   USHORT y,
   USHORT cx = 0,
   USHORT cy = 0
);

Parameters

x

Coordinate of left side of dialog.

y

Coordinate of top of dialog.

cx

Width of dialog. Ignored if 0.

cy

Height of dialog. Ignored if 0.

Remarks

Sets the position and optionally the size of the dialog. Note that zero values for x, y, cx and cy will result in the default position and/or size being applied.

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods