Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsSystemTrayMBS class.

WindowsSystemTrayMBS.BalloonHide(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
The balloon has been hidden.

Some examples using this event:

WindowsSystemTrayMBS.BalloonShow(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
The balloon was shown.

You will get one balloon event when it disappears: BalloonHide, BalloonUserClick or BalloonTimeout.

Some examples using this event:

WindowsSystemTrayMBS.BalloonTimeout(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
The balloon was removed because of a timeout.

See also:

WindowsSystemTrayMBS.BalloonUserClick(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
The user clicked on the balloon to make it away.

Some examples using this event:

WindowsSystemTrayMBS.ContextMenu(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
You should show a context menu.

Some examples using this event:

WindowsSystemTrayMBS.KeySelected(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
The system tray item was selected by the keyboard.

Some examples using this event:

WindowsSystemTrayMBS.MouseLeftButtonDoubleClick(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the left mouse button is pressed for a double click on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseLeftButtonDown(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the left mouse button is pressed on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseLeftButtonUp(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the left mouse button is released on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseMiddleButtonDoubleClick(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the middle mouse button is pressed for a double click on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseMiddleButtonDown(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the middle mouse button is pressed on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseMiddleButtonUp(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the middle mouse button is released on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseMove(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the mouse is moved over the system tray icon.

WindowsSystemTrayMBS.MouseRightButtonDoubleClick(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the right mouse button is pressed for a double click on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseRightButtonDown(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the right mouse button is pressed on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.MouseRightButtonUp(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
Called if the right mouse button is pressed on the system tray icon.

Some examples using this event:

WindowsSystemTrayMBS.PopupOpen(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
You should show a popup menu on the mouse position.

Some examples using this event:

WindowsSystemTrayMBS.Selected(id as Integer, MouseX as Integer, MouseY as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows System Tray MBS Win Plugin 7.4 ❌ No ✅ Yes ❌ No ❌ No
The system tray item was selected.

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


The biggest plugin in space...