MenuItem.GroupName

Syntax

GroupName: String

Description

The GroupName property determines the name of the group for the menu item.

Comments

A radio button is configured for the items with the same group name when setting the value for the Checked property. The radio button is set in the left part of the menu item when selecting it. Only one radio button can be set simultaneously.

The property is relevant if the Menu.ShowIcons property is set to True.

Example

The property use is given on the Example of creating the Menu component page.

See also:

MenuItem