SelectedItem Property

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

Gets or sets a specified item in the current list box.

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

Syntax

'Declaration
Public Property SelectedItem As ListBoxItem
public ListBoxItem SelectedItem { get; set; }
public:
property ListBoxItem^ SelectedItem {
    ListBoxItem^ get ();
    void set (ListBoxItem^ value);
}
member SelectedItem : ListBoxItem with get, set
function get SelectedItem () : ListBoxItem
function set SelectedItem (value : ListBoxItem)

Property Value

Type: Microsoft.SPOT.Presentation.Controls. . :: . .ListBoxItem
The specified item in the current list box.

.NET Framework Security

See Also

Reference

ListBox Class

Microsoft.SPOT.Presentation.Controls Namespace