XLL+ Class Library (7.0)

CXlControl::CXlControl

Constructs a CXlControl object, without displaying it

CXlControl(
   UINT id,
   USHORT nType,
   const char* pszText,
   USHORT x,
   USHORT y,
   USHORT cx,
   USHORT cy
);

Parameters

id

Numeric identifier of the control, which can be used to refer to it in event handlers. The ID does not need to be unique.

nType

Control type.

pszText

Control text, if any.

x

Coordinate of left side of control. Ignored if 0.

y

Coordinate of top of control. Ignored if 0.

cx

Width of control. Ignored if 0.

cy

Height of control. Ignored if 0.

Remarks

The constructor is protected. Only classes descended from CXlControl may be instantiated.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods