Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ListBoxRenderer Class
ListBoxRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.