Ribbon.setCategoriesVisibilityByGroupName

Syntax

setCategoriesVisibilityByGroupName (name, flag);

Parameters

name. Name of context tabs group.

flag. Indicates whether the group of context tabs is displayed. If the property is set to True, the group of context tabs is displayed, when the property is set to False, the group is not displayed. By default the property is set to False.

Description

The setCategoriesVisibilityByGroupName method determines whether the group of context tabs is displayed.

Example

The example of method use is given on the Example of Creating the Ribbon Component page.

See also:

Ribbon