CreateToolbarCheckbox Method
In This Topic
Creates the toolbar checkbox.
Syntax
'Declaration
Public Shared Function CreateToolbarCheckbox( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Boolean _
) As System.Web.UI.Control
public static System.Web.UI.Control CreateToolbarCheckbox(
System.string ,
System.string ,
System.bool
)
Parameters
- className
- Name of the css class that will be added to the checkbox.
- text
- The label text.
- isChecked
See Also