Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinUserNotificationMBS class.

WinUserNotificationMBS.Create

Type Topic Plugin Version macOS Windows Linux iOS Targets
method User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Creates the OS object.

Please first set text/image and then when you set other properties we create the object for you. This method creates it automatically.

WinUserNotificationMBS.DataValues as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS Win Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries or sets data values.
Example

dim n as new WinUserNotificationMBS

// set it
Dim d As New Dictionary
d.Value("Hello") = "World"

n.DataValues = d

// query back
Dim dic As Dictionary = n.DataValues

MessageBox "Hello: "+dic.Lookup("Hello", "")

Allows you to store data for your app with the notfication.
(Read and Write computed property)

Some examples using this property:

WinUserNotificationMBS.Text(Index as Integer) 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 lines to display.

Index from 0 to 2.
(Read and Write computed property)

See also:

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


The biggest plugin in space...