Spread for ASP.NET 8.0 Product Documentation
ListBoxRenderer Constructor


Items in the list box list, specified as an array
Creates a new list box cell renderer control with the specified items in the list box list.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As Object _
)
'Usage
 
Dim items() As Object
 
Dim instance As New ListBoxRenderer(items)
public ListBoxRenderer( 
   object[] items
)

Parameters

items
Items in the list box list, specified as an array
Remarks
Initializes an instance of the ListBoxCellType class, with the specified items in the list box list.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ListBoxRenderer Class
ListBoxRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.