'Declaration Public Function New( _ ByVal checkedImageUrl As String, _ ByVal uncheckedImageUrl As String _ )
'Usage Dim checkedImageUrl As String Dim uncheckedImageUrl As String Dim instance As New CheckBoxCellType(checkedImageUrl, uncheckedImageUrl)
public CheckBoxCellType( string checkedImageUrl, string uncheckedImageUrl )
Parameters
- checkedImageUrl
- Image to display when the check box is checked
- uncheckedImageUrl
- Image to display when the check box is unchecked