ListBoxItemCollection Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the ListBoxItemCollection class.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub New ( _
    listBox As ListBox, _
    items As UIElementCollection _
)
public ListBoxItemCollection(
    ListBox listBox,
    UIElementCollection items
)
public:
ListBoxItemCollection(
    ListBox^ listBox, 
    UIElementCollection^ items
)
new : 
        listBox:ListBox * 
        items:UIElementCollection -> ListBoxItemCollection
public function ListBoxItemCollection(
    listBox : ListBox, 
    items : UIElementCollection
)

Parameters

.NET Framework Security

See Also

Reference

ListBoxItemCollection Class

Microsoft.SPOT.Presentation.Controls Namespace