BadgeNotificationManager.ClearBadge Method

Definition

Removes the badge from the app's taskbar icon.

public:
 virtual void ClearBadge() = ClearBadge;
void ClearBadge();
public void ClearBadge();
function clearBadge()
Public Sub ClearBadge ()

Remarks

The badge can also be cleared by setting the badge value to 0 or None.

Applies to