IRibbonRadioButton.GroupIndex

Fore Syntax

GroupIndex: Integer;

Fore.NET Syntax

GroupIndex: Integer;

Description

The GroupIndex property determines index of the group in which the current control element is included.

Comments

If the same value of this property is set for several switches, the switches are included in the same group. Only one switch that is included in the group can be selected.

Example

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

See also:

IRibbonRadioButton