Spread for ASP.NET 12 Product Documentation
CheckBoxCellType Constructor(String,String)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CheckBoxCellType Class > CheckBoxCellType Constructor : CheckBoxCellType Constructor(String,String)
Image to display when the check box is checked
Image to display when the check box is unchecked
Creates a new check box cell with the specified images.
Syntax
'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
See Also

Reference

CheckBoxCellType Class
CheckBoxCellType Members
Overload List