SecondaryTile.LockScreenDisplayBadgeAndTileText | lockScreenDisplayBadgeAndTileText property

This topic has not yet been rated - Rate this topic

Gets or sets whether the secondary tile is eligible to display both a badge and a detailed tile on the lock screen. If you set this property to True, you must also provide a badge image through the LockScreenBadgeLogo property. If you do not want to use the detailed tile capability, provide a badge image through the LockScreenBadgeLogo property and set LockScreenDisplayBadgeAndTileText to False.

Note  Stating that your secondary tile is eligible for a lock screen presence does not guarantee that it will have one. Only the user can add an app to one of the seven lock screen slots, as well as choosing which one of them can display detailed tile information. For more information, see the Lock screen overview.

Syntax


var lockScreenDisplayBadgeAndTileText = secondaryTile.lockScreenDisplayBadgeAndTileText;
secondaryTile.lockScreenDisplayBadgeAndTileText = lockScreenDisplayBadgeAndTileText;

Property value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

True if the secondary tile can have a lock screen presence; otherwise, False.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.StartScreen
Windows::UI::StartScreen [C++]

Metadata

Windows.winmd

See also

SecondaryTile
Secondary tiles overview
Lock screen overview
Secondary tiles sample
Lock screen app sample
Guidelines and checklist for secondary tiles
Guidelines and checklist for tiles and badges
How to show notifications on the lock screen
How to send notifications to a secondary tile
Quickstart: Pinning a secondary tile
Pinning secondary tiles

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.