Version

LeftClickInCustomizeModeBehavior Property

Returns or sets a value which determines what happens when the user left-clicks on a tile while in customize mode.
Syntax
'Declaration
 
Public Property LeftClickInCustomizeModeBehavior As LeftClickInCustomizeModeBehavior
public LeftClickInCustomizeModeBehavior LeftClickInCustomizeModeBehavior {get; set;}
Remarks
When the user right-clicks on a tile, the tile is selected, the application bar is shown, and the UltraLiveTileView enters customization mode. In this mode, left-clicking on a tile will select or deselect tiles by default, just as in the Windows 8.1 start screen. Setting this property to LeftClickLaunches which cause the left click to close the application bar, clear the selection, and fire the TileClick event, which is how the start screen works in Windows 8.0.
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