'Declaration Public Enum MinimizedTileExpansionMode Inherits System.Enum
public enum MinimizedTileExpansionMode : System.Enum
Member | Description |
---|---|
AllowMultiple | Any number of minimized tiles can be expanded (i.e. in the 'MinimizedExpanded' state) and when a tile is initially shown in the minimized tile area its state will be 'Minimized'. |
AllowMultipleExpandAllInitially | Any number of minimized tiles can be expanded (i.e. in the 'MinimizedExpanded' state) and when a tile is initially shown in the minimized tile area its state will be 'MinimizedExpanded'. This is the default setting. |
AllowOne | Only one minimized tile can be expanded at any time (i.e. expanding another tile will restore the existing one's state to 'Minimized'). |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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