Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinUserNotificationMBS class.

WinUserNotificationMBS.ExpiresOnReboot as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Indicates whether the toast notification will remain in the Notification Center after a reboot.

If true, notification will expire when the computer is rebooted.

Requires Windows 10, version 1903 (introduced in 10.0.18362.0)
(Read and Write property)

WinUserNotificationMBS.Group as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets or sets the group identifier for the notification.

In previous versions of Windows, the group property can be a maximum length of 16 characters long. However, in the Creators Update (15063), the maximum limit was increased to 64 characters.
(Read and Write property)

WinUserNotificationMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The internal object reference.

(Read only property)

WinUserNotificationMBS.Image as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 17.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The image file path.

Leave empty if you don't need a picture.

May not be a network path as system needs to load it independent of your permissions.
Maybe better use image coming with application or put one in temp folder.
(Read and Write property)

WinUserNotificationMBS.NotificationMirroring as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets or sets a value that specifies whether notification mirroring is allowed.

Requires Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
(Read and Write property)

WinUserNotificationMBS.Priority as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets or sets the priority of the toast notification.

Requires Windows 10 Creators Update (introduced in 10.0.15063.0)

The priority setting provides hints on how and at what urgency level a notification should be presented to the user (whether to wake up the screen, etc). Whether the notification is displayed in high priority is based on the state and power management policy of the device.
(Read and Write property)

WinUserNotificationMBS.RemoteId as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets or sets a remote id.

A remote id for the notification that enables the system to correlate this notification with another one generated on another device.

Requires Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
(Read and Write property)

WinUserNotificationMBS.SuppressPopup as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets or sets whether a toast's pop-up UI is displayed on the user's screen.

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.
(Read and Write property)

WinUserNotificationMBS.Tag as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets or sets the unique identifier of this notification within the notification Group.

This API returns an exception if the property is set to null or the empty string.
The tag can be maximum 16 characters long. However, the Creators Update (15063) extends this limit to 64 characters.
(Read and Write property)

WinUserNotificationMBS.Text as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 17.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The text to display.

Same as text(0).
(Read and Write property)

See also:

WinUserNotificationMBS.XMLUsed as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 17.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The XML template used.

For debugging.
(Read only property)

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...