Master.showGroup

Syntax

showGroup (groupName: String||Array, preserveCurrentItem);

Parameters

groupName. Name of the group to show.

preserveCurrentItem. It determines whether the activation of the shown group will be disabled. By default the parameter is set to False.

Description

The showGroup method shows tab groups by their name.

Comments

Name of the panel group is defined in the MasterPanel.GroupName property.

Example

The example of method use is given in description of the MasterPanel.GroupName property.

See also:

Master