This topic has not yet been rated - Rate this topic

SelectionMode enumeration

Defines constants that specify the selection behavior for a ListBox.

Syntax


public enum SelectionMode

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The SelectionMode enumeration has these members.

MemberValueDescription
Single0

The user can select only one item at a time.

Multiple1

The user can select multiple items without entering a special mode.

Extended2

The user can select multiple items by entering a special mode, for example when depressing a modifier key.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.