'Declaration Public Function New( _ ByVal backgroundImageUrl As String, _ ByVal selectedBackgroundImageUrl As String _ )
'Usage Dim backgroundImageUrl As String Dim selectedBackgroundImageUrl As String Dim instance As New Background(backgroundImageUrl, selectedBackgroundImageUrl)
public Background( string backgroundImageUrl, string selectedBackgroundImageUrl )
Parameters
- backgroundImageUrl
- URL of the background image
- selectedBackgroundImageUrl
- URL of image for selected cells