XLL+ Class Library

CXlControlOptionGroup::CXlControlOptionGroup

Constructs a CXlControlOptionGroup object

[C++]
CXlControlOptionGroup(
   UINT id = -1,
   int nSel = -1,
   USHORT x = 0,
   USHORT y = 0
);

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.

nSel

Zero-based index of the initially selected option.

x

Coordinate of left side of control. Ignored if 0.

y

Coordinate of top of control. Ignored if 0.

Remarks

This constructor creates a option group.

Methods of parent class

Requirements

Header: xldialog.h

See Also

CXlControlOptionGroup Class | CXlControlOptionGroup Methods