CommandGroup Control
Creates a group of command buttons.
CommandGroup
Remarks
Use the CommandGroup control to create a set of command buttons that you can manipulate individually or as a group. Use the CommandButton control to create an individual command button.
Use the ButtonCount property to specify the number of command buttons in the group, and the Caption property to specify a label for the command button group.
For additional information about command button groups, see the Form Designer topic and Using Controls.
See Also
CommandGroup Control Properties, Methods and Events | CommandButton Control | CREATE CLASS | CREATE FORM | DEFINE CLASS