[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.ChangeVisibilityCategory

ChangeVisibilityCategory Method

ChangeVisibilityCategory(string, bool)

Changes the visibility of the specified category in the toolbox.

Declaration
public void ChangeVisibilityCategory(string category, bool enableVisibility)
Parameters
Type Name Description
string category

The name of the category to change the visibility of.

bool enableVisibility

A boolean value indicating whether to make the category visible (true) or hidden (false).

Remarks

This method sets the visibility state of the specified category and all its tools. When a category is hidden, all tools within that category are also hidden.