OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Usually a group box visually associates a group of other controls; however, it can also logically associate a group of selection boxes (check boxes and radio buttons).
This logical group performs automatic unchecking (BS_AUTOCHECKBOX, BS_AUTORADIOBUTTON).
To add a selection box to a group box, pass a pointer to the group box object in the selection box's constructor call.