Spread for ASP.NET 10 Product Documentation
CheckBoxRenderer Constructor(String,String)


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

Parameters

checkedImageUrl
Image to display when the check box is selected
uncheckedImageUrl
Image to display when check box is cleared
Remarks
Initializes an instance of the CheckBoxRenderer class, with the specified pictures to display for a selected and cleared check box.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

CheckBoxRenderer Class
CheckBoxRenderer Members
Overload List
CheckedImageUrl Property
UncheckedImageUrl Property

 

 


Copyright © GrapeCity, inc. All rights reserved.