Version

TileSelection Property

Returns or sets a value which determines the manner in which tiles can be selected.
Syntax
'Declaration
 
Public Property TileSelection As TileSelection
public TileSelection TileSelection {get; set;}
Remarks

Tile selection is not supported when the Expanded property returns false; in this mode, only groups can be selected.

The TileSelection property enables the developer to prevent tile selection, limit it to only one tile at a time, or tiles within the same groups, and also to allow tiles in different groups to be concurrently selected.

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