Spread for ASP.NET 11 Product Documentation
ListBoxRenderer Constructor


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > ListBoxRenderer Class : 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.
See Also

Reference

ListBoxRenderer Class
ListBoxRenderer Members