WbkPropertyBarView.hideAllMasters

Syntax

hideAllMasters(withSelf: Boolean, group: Array);

Parameters

withSelf. Determines component visibility.

group. Array of wizard groups.

Description

The hideAllMasters method hides all wizards that belong to groups.

Comments

If the withSelf parameter is  True , the component itself is also hidden. The group parameter is an array of PP.TS.Ui.PropertyGroups objects.

Example

The example of use is given on the page with description of the WbkPropertyBarView.getChartMaster method.

See also:

WbkPropertyBarView