[]
Enables or disables the specified category in the toolbox.
public void EnableCategory(string category, bool enable)
| Type | Name | Description |
|---|---|---|
| string | category | The name of the category to enable or disable. |
| bool | enable | A boolean value indicating whether to enable ( |
This method sets the enabled state of the specified category and all its tools. When a category is disabled, all tools within that category are also disabled.