[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.CheckBoxRenderer.-ctor

CheckBoxRenderer Constructor

CheckBoxRenderer()

Creates a new check box cell renderer control.

Declaration
public CheckBoxRenderer()
Public Sub New()

CheckBoxRenderer(string, string)

Creates a check box cell renderer control with the specified pictures to display for selected and cleared states of the check box.

Declaration
public CheckBoxRenderer(string checkedImageUrl, string uncheckedImageUrl)
Public Sub New(checkedImageUrl As String, uncheckedImageUrl As String)
Parameters
Type Name Description
string checkedImageUrl

Image to display when the check box is selected

string uncheckedImageUrl

Image to display when check box is cleared