Platforms to show: All Mac Windows Linux Cross-Platform
WindowsTaskbarListMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows | MBS Win Plugin | 10.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: It allows you to dynamically add, remove, and activate items on the taskbar.
- 5 properties
- 16 methods
- method ActivateTab(WindowHandle as Integer)
- method AddTab(WindowHandle as Integer)
- method DeleteTab(WindowHandle as Integer)
- method MarkFullscreenWindow(WindowHandle as Integer, Fullscreen as Boolean)
- method RegisterTab(TabWindowHandle as Integer, MDIWindowHandle as Integer)
- method SetActiveAlt(WindowHandle as Integer)
- method SetOverlayIcon(TabWindowHandle as Integer, IconHandle as Integer, Description as string)
- method SetProgressState(WindowHandle as Integer, Flags as Integer)
- method SetProgressValue(WindowHandle as Integer, Completed as UInt64, Total as UInt64)
- method SetTabActive(TabWindowHandle as Integer, MDIWindowHandle as Integer)
- method SetTabOrder(TabWindowHandle as Integer, InsertBeforeWindowHandle 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 UnregisterTab(TabWindowHandle as Integer)
- 10 constants
- const ProgressStateFlagError = 4
- const ProgressStateFlagIndeterminate = 1
- const ProgressStateFlagNoProgress = 0
- const ProgressStateFlagNormal = 2
- const ProgressStateFlagPaused = 8
- const TabPropertyFlagNone = 0
- const TabPropertyFlagUseAppPeekAlways = 4
- const TabPropertyFlagUseAppPeekWhenActive = 8
- const TabPropertyFlagUseAppThumbnailAlways = 1
- const TabPropertyFlagUseAppThumbnailWhenActive = 2
This class has no sub classes.
Some examples using this class:
Blog Entries
- Show progress in task bar on Windows
- SetProgressState on Windows
- MBS REALbasic plug-ins version 10.2
The items on this page are in the following plugins: MBS Win Plugin.
WindowsSystemTrayMBS - WindowsTaskbarStateMBS
