Ribbon.getCategoriesByGroupName

Syntax

getCategoriesByGroupName (value);

Parameters

value. Group name.

Description

The getCategoriesByGroupName method gets an array of context tabs by group name.

Comments

The last element of the array is an index of the dummy tab that contains the group name.

In this case a dummy tab is the tab titled Cells (with the group name). This tab has no content.

Example

The example of method use is given in description of the CategoryDeselected event.

See also:

Ribbon