IsSelected Property

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

Gets a value that indicates whether a particular ListBoxItem object is currently selected.

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

Syntax

'Declaration
Public ReadOnly Property IsSelected As Boolean
public bool IsSelected { get; }
public:
property bool IsSelected {
    bool get ();
}
member IsSelected : bool
function get IsSelected () : boolean

Property Value

Type: System. . :: . .Boolean
true if the ListBoxItem object is currently selected; otherwise, false.

.NET Framework Security

See Also

Reference

ListBoxItem Class

Microsoft.SPOT.Presentation.Controls Namespace