[]
Changes the visibility of the specified category in the toolbox.
public void ChangeVisibilityCategory(string category, bool enableVisibility)
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 ( |
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.