GroupBox::GroupBox
GroupBox (
const Panel & panel,
short item
);
GroupBox (
const Panel & panel,
const Rect & rect,
GroupBoxType type
);
Parameters
- panel
A reference to the parent panel of the group box. - item
The item ID of the group box. - rect
A reference to the bounding rectangle of the group box. - type
The group box type.