IsSelectable 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 value that indicates whether a particular ListBoxItem object can be selected.

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

Syntax

'Declaration
Public Property IsSelectable As Boolean
public bool IsSelectable { get; set; }
public:
property bool IsSelectable {
    bool get ();
    void set (bool value);
}
member IsSelectable : bool with get, set
function get IsSelectable () : boolean
function set IsSelectable (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the ListBoxItem object can be selected; otherwise, false. The default is true.

.NET Framework Security

See Also

Reference

ListBoxItem Class

Microsoft.SPOT.Presentation.Controls Namespace