Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsSystemTrayMBS class.
WindowsSystemTrayMBS.Add as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows System Tray | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns true if successfull.
You can change the Icon&Mask or the Tooltip string.
WindowsSystemTrayMBS.Modify as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows System Tray | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns true if successfull.
You can change the Icon&Mask or the Tooltip string.
WindowsSystemTrayMBS.Remove as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows System Tray | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns true if successfull.
WindowsSystemTrayMBS.SetFocus as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows System Tray | MBS Win Plugin | 7.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
May be useful to call as cleanup after some context menu was shown.
WindowsSystemTrayMBS.SetIconFile(IconFile as FolderItem, IconID as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows System Tray | MBS Win Plugin | 7.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns true on success and false on failure.
What image depths are used and supported depends on the Windows version.
IconID = 0 points to the first icon in the file.
The icon file can be .ico, .exe, .dll or similar files with windows icon resource.
WindowsSystemTrayMBS.SetIconPicture(Icon as picture, Mask as picture) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows System Tray | MBS Win Plugin | 7.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns true on success and false on failure.
What image depths are used and supported depends on the Windows version.
Type is 0 for a small icon and 1 for a big icon.
The items on this page are in the following plugins: MBS Win Plugin.