Version

DefaultApplicationBarButtonType Enumeration

Constants which identify the type of an ApplicationBarButton that is displayed automatically by the control based on contextual information.
Syntax
'Declaration
 
Public Enum DefaultApplicationBarButtonType 
   Inherits System.Enum
public enum DefaultApplicationBarButtonType : System.Enum 
Members
MemberDescription
ClearSelectionThe button that is displayed on the left side of the application bar that enables the user to deselect all currently selected tiles.
CustomizeThe button that is displayed on the right side of the application bar that enables the user to enter and exit customization mode.
ResizeThe button that is displayed on the left side of the application bar that enables the user to change a tile's current size.
TurnLiveTileOffThe button that is displayed on the left side of the application bar that enables the user to disable frame changing for a LiveTile.
TurnLiveTileOnThe button that is displayed on the left side of the application bar that enables the user to enable frame changing for a LiveTile.
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