Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1015 Bytes

scheduledtoastnotification_suppresspopup.md

File metadata and controls

31 lines (20 loc) · 1015 Bytes
-api-id -api-type -api-device-family-note
P:Windows.UI.Notifications.ScheduledToastNotification.SuppressPopup
winrt property
xbox

Windows.UI.Notifications.ScheduledToastNotification.SuppressPopup

-description

Gets or sets whether a toast's pop-up UI is displayed on the user's screen.

-property-value

Set to true to suppress the popup message; otherwise, false. The default value is false, meaning the toast's pop-up message will be shown. Setting this property to true places the toast notification silently into the action center. This enables your app to communicate with the user without interrupting them.

-remarks

Notes for previous versions

Windows 8.x Do not set this property to true in a toast sent to a Windows 8.x device. Doing so will cause a compiler error or a dropped notification.

-examples

-see-also

ToastNotification.SuppressPopup