In This Topic
Adds a checkbox to value list.
Syntax
'Declaration
Protected Overridable Sub AddValueCheckBox( _
ByVal As Object, _
ByVal As Boolean _
)
protected virtual void AddValueCheckBox(
object ,
bool
)
Parameters
- content
- Content of the checkbox.
- isChecked
- Whether the value represented by the checkbox is selected.
See Also