[]
Creates a new check box cell renderer control.
public CheckBoxRenderer()
Public Sub New()
Creates a check box cell renderer control with the specified pictures to display for selected and cleared states of the check box.
public CheckBoxRenderer(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 selected |
string | uncheckedImageUrl | Image to display when check box is cleared |