Specifies a category name to enable or disable.
Syntax
'Declaration
Public Sub EnableCategory( _
ByVal As String, _
ByVal As Boolean _
)
public void EnableCategory(
string ,
bool
)
Parameters
- category
- Value that indicates whether to enable the category with the specified name.
- enable
- Indicates whether the category is enabled.
See Also