XLL+ Class Library

CXlControl::SetSize

Sets the size of the control

[C++]
void SetSize(
   USHORT cx,
   USHORT cy
);

Parameters

cx

Width of control. Ignored if 0.

cy

Height of control. Ignored if 0.

Remarks

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

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods