Spread ASP.NET 6.0 Product Documentation
CheckBoxRenderer Constructor(String,String)
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > CheckBoxRenderer Class > CheckBoxRenderer Constructor : CheckBoxRenderer Constructor(String,String)


checkedImageUrl
Image to display when the check box is selected
uncheckedImageUrl
Image to display when check box is cleared

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal checkedImageUrl As String, _
   ByVal uncheckedImageUrl As String _
)
Visual Basic (Usage)Copy Code
Dim checkedImageUrl As String
Dim uncheckedImageUrl As String
 
Dim instance As New CheckBoxRenderer(checkedImageUrl, uncheckedImageUrl)
C# 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.