Sets the position and optinally the size of the control
void SetPos( USHORT x, USHORT y, USHORT cx = 0, USHORT cy = 0 ); |
Coordinate of left side of control.
Coordinate of top of control.
Width of control. Ignored if 0.
Height of control. Ignored if 0.
Sets the position and optionally the size of the control. Note that zero values for x, y, cx and cy will result in the default position and/or size being applied.
Header: xldialog.h