C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewerToolbar Class / CreateToolbarCheckbox Method
Name of the css class that will be added to the checkbox.
The label text.

In This Topic
CreateToolbarCheckbox Method
In This Topic
Creates the toolbar checkbox.
Syntax
'Declaration
 
Public Shared Function CreateToolbarCheckbox( _
   ByVal className As System.String, _
   ByVal text As System.String, _
   ByVal isChecked As System.Boolean _
) As System.Web.UI.Control
 

Parameters

className
Name of the css class that will be added to the checkbox.
text
The label text.
isChecked
See Also