Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WindowsUserNotification.SetText
Sets the text to show.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification UserNotification | 7.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WindowsUserNotification.SetText"; Notification; Index; Text ) More
Parameters
Parameter | Description | Example |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
Index | The index of the text. Range 0 to 3. |
0 |
Text | The text to use. | "Hello World" |
Result
Returns OK or error.
Description
Sets the text to show.We can show up to three texts.
See also
- WindowsUserNotification.GetTag
- WindowsUserNotification.GetText
- WindowsUserNotification.NewNotification
- WindowsUserNotification.Release
- WindowsUserNotification.SetGroup
- WindowsUserNotification.SetRemoteId
- WindowsUserNotification.SetScriptName
- WindowsUserNotification.SetTag
- WindowsUserNotification.Setting
- WindowsUserNotification.XMLUsed
Example Databases
This function is free to use.
Created 2nd April 2017, last changed 3th January 2018
WindowsUserNotification.SetTag - WindowsUserNotification.Setting