Group (Property)

Applies To:

ControlsRadioButton object

Description:

Enables you to join together two or more Radio buttons in a group.

Action:

Read-only, String

Example:

This example shows how to assign a group name to radio buttons:

RadioButton1.Group="Sales"
RadioButton2.Group="Sales"
RadioButton3.Group="Sales"