ActiveReports 12
EnableCategory Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : EnableCategory Method
Value that indicates whether to enable the category with the specified name.
Indicates whether the category is enabled.
Specifies a category name to enable or disable.
Syntax
'Declaration
 
Public Sub EnableCategory( _
   ByVal category As String, _
   ByVal enable As Boolean _
) 
public void EnableCategory( 
   string category,
   bool enable
)

Parameters

category
Value that indicates whether to enable the category with the specified name.
enable
Indicates whether the category is enabled.
See Also

Reference

Toolbox Class
Toolbox Members