The plugin part WindowsSystemtray
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
The plugin part MBS Win Plugin:WindowsSystemtray:
All Console safe,
29 entry points.
- class WindowsSystemTrayMBS
- method Add as boolean
- method Modify as boolean
- method Remove as boolean
- method SetFocus as boolean
- method SetIconPicture(Icon as picture, Mask as picture) as boolean
- method SetIconFile(IconFile as FolderItem, IconID as integer) as boolean
- property Tooltip as string
- property IconHandle as Integer
- property ID as Integer
- property BalloonText as string
- property BalloonTitle as string
- property BalloonTimeout as integer
- property BalloonMode as integer
- property UsingNewEvents as Boolean
- shared method Available as boolean
- event MouseMove(id as integer, MouseX as integer, MouseY as integer)
- event MouseLeftButtonDown(id as integer, MouseX as integer, MouseY as integer)
- event MouseLeftButtonUp(id as integer, MouseX as integer, MouseY as integer)
- event MouseLeftButtonDoubleClick(id as integer, MouseX as integer, MouseY as integer)
- event MouseRightButtonDown(id as integer, MouseX as integer, MouseY as integer)
- event MouseRightButtonUp(id as integer, MouseX as integer, MouseY as integer)
- event MouseRightButtonDoubleClick(id as integer, MouseX as integer, MouseY as integer)
- event MouseMiddleButtonDown(id as integer, MouseX as integer, MouseY as integer)
- event MouseMiddleButtonUp(id as integer, MouseX as integer, MouseY as integer)
- event MouseMiddleButtonDoubleClick(id as integer, MouseX as integer, MouseY as integer)
- event PopupOpen(id as integer, MouseX as integer, MouseY as integer)
- event Selected(id as integer, MouseX as integer, MouseY as integer)
- event KeySelected(id as integer, MouseX as integer, MouseY as integer)
- event BalloonShow(id as integer, MouseX as integer, MouseY as integer)
- event BalloonHide(id as integer, MouseX as integer, MouseY as integer)
- event BalloonTimeout(id as integer, MouseX as integer, MouseY as integer)
- event BalloonUserClick(id as integer, MouseX as integer, MouseY as integer)
- event ContextMenu(id as integer, MouseX as integer, MouseY as integer)
- class WindowsTaskbarListMBS
- method SetActiveAlt(WindowHandle as integer)
- method ActivateTab(WindowHandle as integer)
- method DeleteTab(WindowHandle as integer)
- method AddTab(WindowHandle as integer)
- method MarkFullscreenWindow(WindowHandle as integer, Fullscreen as Boolean)
- method SetProgressValue(WindowHandle as integer, Completed as UInt64, Total as UInt64)
- method SetProgressState(WindowHandle as integer, Flags as integer)
- method RegisterTab(TabWindowHandle as integer, MDIWindowHandle as integer)
- method UnregisterTab(TabWindowHandle as integer)
- method SetTabOrder(TabWindowHandle as integer, InsertBeforeWindowHandle as integer)
- method SetTabActive(TabWindowHandle as integer, MDIWindowHandle as integer)
- method SetTabProperties(TabWindowHandle as integer, flags as integer)
- method SetThumbnailClip(TabWindowHandle as integer)
- method SetThumbnailClip(TabWindowHandle as integer, x as integer, y as integer, w as integer, h as integer)
- method SetThumbnailTooltip(TabWindowHandle as integer, tip as string)
- method SetOverlayIcon(TabWindowHandle as integer, IconHandle as integer, Description as string)
- property Handle1 as Integer
- property Handle2 as Integer
- property Handle3 as Integer
- property Handle4 as Integer
- property Lasterror as Integer
- Globals:
Blog Entries