Version

TileSelection Enumeration

Constants which determine the manner in which tiles can be selected.
Syntax
'Declaration
 
Public Enum TileSelection 
   Inherits System.Enum
public enum TileSelection : System.Enum 
Members
MemberDescription
ExtendedAny number of tiles can be selected at any given time, regardless of whether they belong to the same group.
ExtendedWithinGroupAny number of tiles belonging to the same group can be selected at any given time.
NoneTiles cannot be selected.
SingleA maximum of one tile can be selected at any given time.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also