WindowsSystemTrayMBS events

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.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.


💬 Ask a question or report a problem