Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ListBoxRenderer Class / ListBoxRenderer Constructor
Items in the list box list, specified as an array


In This Topic
    ListBoxRenderer Constructor
    In This Topic
    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