Version

SelectedTiles Property (UltraLiveTileView)

Returns a collection which contains the tiles that are currently selected.
Syntax
'Declaration
 
Public ReadOnly Property SelectedTiles As SelectedTilesCollection
public SelectedTilesCollection SelectedTiles {get;}
Remarks

Tiles can be selected via the mouse by right-clicking, and via the keyboard by pressing the spacebar. On gesture-enabled devices, tiles can also be selected by a short vertical pan gesture.

When a tile is selected, it displays a checkbox in its upper-right corner. Multiple tiles can be selected; note that it is not necessary to press the Control key to extend a tile selection. Range selection is not supported.

Note that the SelectedTiles collection is cleared when the value of the Expanded property is changed.

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