Version

ActiveGroup Property

Returns or sets the currently active group.
Syntax
'Declaration
 
Public Property ActiveGroup As TileGroup
public TileGroup ActiveGroup {get; set;}
Remarks

The ActiveGroup property cannot be set directly when the control is expanded; attempting to do so causes an exception to be thrown.

A group is activated when the user navigates to it via keyboard.

When the control is expanded, this property returns null.

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