Share via


Items Property

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

Gets the collection used to generate the contents of the current list box.

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

Syntax

'Declaration
Public ReadOnly Property Items As ListBoxItemCollection
public ListBoxItemCollection Items { get; }
public:
property ListBoxItemCollection^ Items {
    ListBoxItemCollection^ get ();
}
member Items : ListBoxItemCollection
function get Items () : ListBoxItemCollection

Property Value

Type: Microsoft.SPOT.Presentation.Controls. . :: . .ListBoxItemCollection
The collection used to generate the contents of the current list box.

.NET Framework Security

See Also

Reference

ListBox Class

Microsoft.SPOT.Presentation.Controls Namespace