CommandGroup Control

Properties   Events   Methods   See Also

Creates a group of command buttons.

Syntax

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 Chapter 10, Using Controls, in the Programmer's Guide.