Class constructor.
IconPushRadio (
const Panel & panel,
short item
);
Constructs the IconPushRadio control from resource.
IconPushRadio (
const Panel & panel,
const Rect & rect,
short groupId
);
Constructs the IconPushRadio control with the given parameters.
Parameters
- panel
-
A reference to the parent panel of the IconPushRadio control.
- item
-
The item ID of the IconPushRadio control.
- rect
-
A reference to the bounding rectangle of the IconPushRadio control.
- groupId
-
The group ID of the IconPushRadio control. It defines the 1-based index of the group to which the control belongs.