IRibbonRadioButton.GroupIndex

Syntax

GroupIndex: Integer;

Description

The GroupIndex property determines index of the group, to which the current control is included.

Comments

If the same value of this property is set for several radio buttons, the radio buttons are included to the same group. Only one radio button that is included to the group can be selected.

Example

The example of use is given in description of the Checked property.

See also:

IRibbonRadioButton