[]
Creates a new check box cell.
public CheckBoxCellType()
Public Sub New()
Creates a new check box cell with the specified images.
public CheckBoxCellType(string checkedImageUrl, string uncheckedImageUrl)
Public Sub New(checkedImageUrl As String, uncheckedImageUrl As String)
Type | Name | Description |
---|---|---|
string | checkedImageUrl | Image to display when the check box is checked |
string | uncheckedImageUrl | Image to display when the check box is unchecked |